From: Nicolas DET Date: Fri, 17 Nov 2006 16:08:37 +0000 (+0100) Subject: [POWERPC] Compile a zImage.chrp if PPC_EFIKA seleted X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~45 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7839af3354c9ed86336a0b40032007919393f3ed;p=karo-tx-linux.git [POWERPC] Compile a zImage.chrp if PPC_EFIKA seleted Signed-off-by: Nicolas DET Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 4a6f0f054b72..22e901687235 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -156,6 +156,7 @@ image-$(CONFIG_PPC_PSERIES) += zImage.pseries image-$(CONFIG_PPC_MAPLE) += zImage.pseries image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries image-$(CONFIG_PPC_CHRP) += zImage.chrp +image-$(CONFIG_PPC_EFIKA) += zImage.chrp image-$(CONFIG_PPC_PMAC) += zImage.pmac image-$(CONFIG_DEFAULT_UIMAGE) += uImage