commit | e0ddb65cb234db6482d80febee1a63778f818db6 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Apr 14 14:15:15 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Apr 14 14:15:15 2015 +0200 |
tree | e2057d908f6fe6b73ce0469fb3df6ee188e9d5ef | |
parent | 7b729edd33aea5361e0740df800a1a0a1ff70f7f [diff] [blame] |
build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/Makefile.flags b/Makefile.flags index 307afa7..a1ed148 100644 --- a/Makefile.flags +++ b/Makefile.flags
@@ -163,7 +163,7 @@ endif ifneq ($(CONFIG_EXTRA_LDFLAGS),) -EXTRA_LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS))) +LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS))) #")) endif