|
@@ -174,11 +174,13 @@ libs-y := arch/arm/lib/ $(libs-y)
|
|
|
|
|
|
# Default target when executing plain make
|
|
# Default target when executing plain make
|
|
ifeq ($(CONFIG_XIP_KERNEL),y)
|
|
ifeq ($(CONFIG_XIP_KERNEL),y)
|
|
-all: xipImage
|
|
|
|
|
|
+KBUILD_IMAGE := xipImage
|
|
else
|
|
else
|
|
-all: zImage
|
|
|
|
|
|
+KBUILD_IMAGE := zImage
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+all: $(KBUILD_IMAGE)
|
|
|
|
+
|
|
boot := arch/arm/boot
|
|
boot := arch/arm/boot
|
|
|
|
|
|
# Update machine arch and proc symlinks if something which affects
|
|
# Update machine arch and proc symlinks if something which affects
|