diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.IMA | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index 73360f3e1..27163ab36 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA @@ -26,7 +26,6 @@ OBJDUMP = $(CROSS_COMPILE)objdump CFLAGS := $(CFLAGS) CPPFLAGS+= -D"KBUILD_STR(s)=\#s" #-Q -WHOLE_PROGRAM:=$(call cc-option,-fwhole-program,) include .config # We need some generic definitions @@ -41,6 +40,7 @@ ifndef BB_VER BB_VER:="" endif +WHOLE_PROGRAM:=$(call cc-option,-fwhole-program,) # pull in the config stuff lib-all-y := applets/applets.o |