diff options
| -rw-r--r-- | arch/powerpc/boot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 4a831ae95a91..343dbcfdf08a 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
| @@ -149,13 +149,16 @@ $(obj)/zImage.miboot: vmlinux $(wrapperbits) | |||
| 149 | $(obj)/zImage.initrd.miboot: vmlinux $(wrapperbits) | 149 | $(obj)/zImage.initrd.miboot: vmlinux $(wrapperbits) |
| 150 | $(call cmd,wrap_initrd,miboot) | 150 | $(call cmd,wrap_initrd,miboot) |
| 151 | 151 | ||
| 152 | $(obj)/zImage.ps3: vmlinux | ||
| 153 | $(STRIP) -s -R .comment $< -o $@ | ||
| 154 | |||
| 152 | $(obj)/uImage: vmlinux $(wrapperbits) | 155 | $(obj)/uImage: vmlinux $(wrapperbits) |
| 153 | $(call cmd,wrap,uboot) | 156 | $(call cmd,wrap,uboot) |
| 154 | 157 | ||
| 155 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries | 158 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries |
| 156 | image-$(CONFIG_PPC_MAPLE) += zImage.pseries | 159 | image-$(CONFIG_PPC_MAPLE) += zImage.pseries |
| 157 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries | 160 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries |
| 158 | image-$(CONFIG_PPC_PS3) += zImage.pseries | 161 | image-$(CONFIG_PPC_PS3) += zImage.ps3 |
| 159 | image-$(CONFIG_PPC_CHRP) += zImage.chrp | 162 | image-$(CONFIG_PPC_CHRP) += zImage.chrp |
| 160 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp | 163 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp |
| 161 | image-$(CONFIG_PPC_PMAC) += zImage.pmac | 164 | image-$(CONFIG_PPC_PMAC) += zImage.pmac |
