diff options
author | Mike Frysinger | 2007-04-05 21:13:55 +0000 |
---|---|---|
committer | Mike Frysinger | 2007-04-05 21:13:55 +0000 |
commit | 568d8c9a5cb05a595b4201198fd3c780920586dc (patch) | |
tree | 3989fdb9d898b49bb18cb73b1a23b57804c9ddc2 /Makefile | |
parent | 05732281e46dbb814575f6fcefcfe09a17c2320d (diff) | |
download | busybox-568d8c9a5cb05a595b4201198fd3c780920586dc.zip busybox-568d8c9a5cb05a595b4201198fd3c780920586dc.tar.gz |
set default FLTFLAGS for a fatty stack
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -317,6 +317,7 @@ export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION \ export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE +export FLTFLAGS # When compiling out-of-tree modules, put MODVERDIR in the module # tree rather than in the kernel tree. The kernel tree might |