summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index d9122ce94..a2fba5028 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -170,7 +170,7 @@ SKIP_STRIP = y
170endif 170endif
171 171
172ifneq ($(CONFIG_EXTRA_LDFLAGS),) 172ifneq ($(CONFIG_EXTRA_LDFLAGS),)
173EXTRA_LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS))) 173LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS)))
174#")) 174#"))
175endif 175endif
176 176