diff options
author | Nicolas DET <nd@bplan-gmbh.de> | 2006-11-17 11:08:37 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:04 -0500 |
commit | 7839af3354c9ed86336a0b40032007919393f3ed (patch) | |
tree | 8802f4ce23da57998810361fec85664994a6be6e /arch/powerpc | |
parent | fecb352f6bb86564b24ecbf7e5bfec09346b9327 (diff) |
[POWERPC] Compile a zImage.chrp if PPC_EFIKA seleted
Signed-off-by: Nicolas DET <nd@bplan-gmbh.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
156 | image-$(CONFIG_PPC_MAPLE) += zImage.pseries | 156 | image-$(CONFIG_PPC_MAPLE) += zImage.pseries |
157 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries | 157 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries |
158 | image-$(CONFIG_PPC_CHRP) += zImage.chrp | 158 | image-$(CONFIG_PPC_CHRP) += zImage.chrp |
159 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp | ||
159 | image-$(CONFIG_PPC_PMAC) += zImage.pmac | 160 | image-$(CONFIG_PPC_PMAC) += zImage.pmac |
160 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage | 161 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage |
161 | 162 | ||