aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Makefile.IMA2
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
26 26
27CFLAGS := $(CFLAGS) 27CFLAGS := $(CFLAGS)
28CPPFLAGS+= -D"KBUILD_STR(s)=\#s" #-Q 28CPPFLAGS+= -D"KBUILD_STR(s)=\#s" #-Q
29WHOLE_PROGRAM:=$(call cc-option,-fwhole-program,)
30 29
31include .config 30include .config
32# We need some generic definitions 31# We need some generic definitions
@@ -41,6 +40,7 @@ ifndef BB_VER
41BB_VER:="" 40BB_VER:=""
42endif 41endif
43 42
43WHOLE_PROGRAM:=$(call cc-option,-fwhole-program,)
44 44
45# pull in the config stuff 45# pull in the config stuff
46lib-all-y := applets/applets.o 46lib-all-y := applets/applets.o