aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags5
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)
81CFLAGS += $(ARCH_FPIE) 81CFLAGS += $(ARCH_FPIE)
82endif 82endif
83 83
84ifneq ($(CONFIG_EXTRA_CFLAGS),)
85CFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_CFLAGS)))
86#"))
87endif
88
84LDLIBS += m crypt 89LDLIBS += m crypt
85 90
86ifeq ($(CONFIG_PAM),y) 91ifeq ($(CONFIG_PAM),y)