aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 7a445c3b5..3b02bfaac 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -209,11 +209,6 @@ LDFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_LDFLAGS)))
209#")) 209#"))
210endif 210endif
211 211
212ifneq ($(CONFIG_EXTRA_LDLIBS),)
213LDLIBS += $(strip $(subst ",,$(CONFIG_EXTRA_LDLIBS)))
214#"))
215endif
216
217# Busybox is a stack-fatty so make sure we increase default size 212# Busybox is a stack-fatty so make sure we increase default size
218# TODO: use "make stksizes" to find & fix big stack users 213# TODO: use "make stksizes" to find & fix big stack users
219# (we stole scripts/checkstack.pl from the kernel... thanks guys!) 214# (we stole scripts/checkstack.pl from the kernel... thanks guys!)