diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 2a0b2c8a1fe0..6f4f8bf36071 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -174,11 +174,13 @@ libs-y := arch/arm/lib/ $(libs-y) | |||
174 | 174 | ||
175 | # Default target when executing plain make | 175 | # Default target when executing plain make |
176 | ifeq ($(CONFIG_XIP_KERNEL),y) | 176 | ifeq ($(CONFIG_XIP_KERNEL),y) |
177 | all: xipImage | 177 | KBUILD_IMAGE := xipImage |
178 | else | 178 | else |
179 | all: zImage | 179 | KBUILD_IMAGE := zImage |
180 | endif | 180 | endif |
181 | 181 | ||
182 | all: $(KBUILD_IMAGE) | ||
183 | |||
182 | boot := arch/arm/boot | 184 | boot := arch/arm/boot |
183 | 185 | ||
184 | # Update machine arch and proc symlinks if something which affects | 186 | # Update machine arch and proc symlinks if something which affects |