Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51342d71 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Add KBUILD_IMAGE target support



Add support for KBUILD_IMAGE on ARM.  This takes the usual target
specifiers (zImage/Image/etc) in the same way that powerpc does
(iow, without the arch/arm/boot prefix).

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9468613b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -174,11 +174,13 @@ libs-y := arch/arm/lib/ $(libs-y)

# Default target when executing plain make
ifeq ($(CONFIG_XIP_KERNEL),y)
all: xipImage
KBUILD_IMAGE := xipImage
else
all: zImage
KBUILD_IMAGE := zImage
endif

all:	$(KBUILD_IMAGE)

boot := arch/arm/boot

#	Update machine arch and proc symlinks if something which affects