diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | Makefile.flags | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -317,6 +317,7 @@ export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION \ | |||
317 | export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS | 317 | export CPPFLAGS NOSTDINC_FLAGS LINUXINCLUDE OBJCOPYFLAGS LDFLAGS |
318 | export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE | 318 | export CFLAGS CFLAGS_KERNEL CFLAGS_MODULE |
319 | export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE | 319 | export AFLAGS AFLAGS_KERNEL AFLAGS_MODULE |
320 | export 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 |
diff --git a/Makefile.flags b/Makefile.flags index 3c2cbbbfb..3728a5b8d 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -59,3 +59,6 @@ ifeq ($(CONFIG_SELINUX),y) | |||
59 | LDLIBS += -lselinux -lsepol | 59 | LDLIBS += -lselinux -lsepol |
60 | endif | 60 | endif |
61 | #LDFLAGS += -nostdlib | 61 | #LDFLAGS += -nostdlib |
62 | |||
63 | # Busybox is a stack-fatty so make sure we increase default size | ||
64 | FLTFLAGS += -s 20000 | ||