summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-05 21:13:55 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-05 21:13:55 +0000
commit568d8c9a5cb05a595b4201198fd3c780920586dc (patch)
tree3989fdb9d898b49bb18cb73b1a23b57804c9ddc2 /Makefile
parent05732281e46dbb814575f6fcefcfe09a17c2320d (diff)
downloadbusybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.tar.gz
busybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.tar.bz2
busybox-w32-568d8c9a5cb05a595b4201198fd3c780920586dc.zip
set default FLTFLAGS for a fatty stack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9faf4a9e..89a3d2e75 100644
--- a/Makefile
+++ b/Makefile
@@ -317,6 +317,7 @@ export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION \
317export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS 317export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS
318export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE 318export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE
319export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE 319export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE
320export FLTFLAGS
320 321
321# When compiling out-of-tree modules, put MODVERDIR in the module 322# When compiling out-of-tree modules, put MODVERDIR in the module
322# tree rather than in the kernel tree. The kernel tree might 323# tree rather than in the kernel tree. The kernel tree might