aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2006-11-27 19:18:58 +0100
committerPaul Mackerras <paulus@samba.org>2006-12-04 20:41:17 +1100
commit4ec64d5686112e9c5a9f1eeeb0eeedd54fb07d69 (patch)
tree4232fad93cf8ffb86e1e3d9bb35d2c6445c4a56f /arch
parent[POWERPC] ps3: multiplatform build fixes (diff)
downloadlinux-dev-4ec64d5686112e9c5a9f1eeeb0eeedd54fb07d69.tar.xz
linux-dev-4ec64d5686112e9c5a9f1eeeb0eeedd54fb07d69.zip
[POWERPC] ps3: add a default zImage target
It's currently not possible to build the default zImage target if PS3 is the only selected platform. This is a hack to fall back to building the pseries style zImage, so the build is successful. This will probably change in the future, if someone writes a PS3 specific boot wrapper. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 22e901687235..b320562c03b7 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -155,6 +155,7 @@ $(obj)/uImage: vmlinux $(wrapperbits)
image-$(CONFIG_PPC_PSERIES) += zImage.pseries
image-$(CONFIG_PPC_MAPLE) += zImage.pseries
image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries
+image-$(CONFIG_PPC_PS3) += zImage.pseries
image-$(CONFIG_PPC_CHRP) += zImage.chrp
image-$(CONFIG_PPC_EFIKA) += zImage.chrp
image-$(CONFIG_PPC_PMAC) += zImage.pmac