aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 29361d76ef1b..5b2c59b1b2a6 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -132,7 +132,7 @@ image-$(CONFIG_PPC_CELLEB) += zImage.pseries
132image-$(CONFIG_PPC_CHRP) += zImage.chrp 132image-$(CONFIG_PPC_CHRP) += zImage.chrp
133image-$(CONFIG_PPC_EFIKA) += zImage.chrp 133image-$(CONFIG_PPC_EFIKA) += zImage.chrp
134image-$(CONFIG_PPC_PMAC) += zImage.pmac 134image-$(CONFIG_PPC_PMAC) += zImage.pmac
135image-$(CONFIG_PPC_HOLLY) += zImage.holly-elf 135image-$(CONFIG_PPC_HOLLY) += zImage.holly
136image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800 136image-$(CONFIG_PPC_PRPMC2800) += zImage.prpmc2800
137image-$(CONFIG_PPC_ISERIES) += zImage.iseries 137image-$(CONFIG_PPC_ISERIES) += zImage.iseries
138image-$(CONFIG_DEFAULT_UIMAGE) += uImage 138image-$(CONFIG_DEFAULT_UIMAGE) += uImage
@@ -185,12 +185,6 @@ $(obj)/zImage.ps3: vmlinux
185$(obj)/zImage.initrd.ps3: vmlinux 185$(obj)/zImage.initrd.ps3: vmlinux
186 @echo " WARNING zImage.initrd.ps3 not supported (yet)" 186 @echo " WARNING zImage.initrd.ps3 not supported (yet)"
187 187
188$(obj)/zImage.holly-elf: vmlinux $(wrapperbits)
189 $(call if_changed,wrap,holly,$(obj)/dts/holly.dts,,)
190
191$(obj)/zImage.initrd.holly-elf: vmlinux $(wrapperbits) $(obj)/ramdisk.image.gz
192 $(call if_changed,wrap,holly,$(obj)/dts/holly.dts,,$(obj)/ramdisk.image.gz)
193
194$(obj)/uImage: vmlinux $(wrapperbits) 188$(obj)/uImage: vmlinux $(wrapperbits)
195 $(call if_changed,wrap,uboot) 189 $(call if_changed,wrap,uboot)
196 190