diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index e31480204..ad8d5e1f9 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -81,6 +81,11 @@ CFLAGS_busybox += $(ARCH_PIE) | |||
81 | CFLAGS += $(ARCH_FPIE) | 81 | CFLAGS += $(ARCH_FPIE) |
82 | endif | 82 | endif |
83 | 83 | ||
84 | ifneq ($(CONFIG_EXTRA_CFLAGS),) | ||
85 | CFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_CFLAGS))) | ||
86 | #")) | ||
87 | endif | ||
88 | |||
84 | LDLIBS += m crypt | 89 | LDLIBS += m crypt |
85 | 90 | ||
86 | ifeq ($(CONFIG_PAM),y) | 91 | ifeq ($(CONFIG_PAM),y) |