aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 326ee92a2fc3..f2d850ca5056 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -129,9 +129,12 @@ image-$(CONFIG_PPC_CELLEB) += zImage.pseries
129image-$(CONFIG_PPC_CHRP) += zImage.chrp 129image-$(CONFIG_PPC_CHRP) += zImage.chrp
130image-$(CONFIG_PPC_EFIKA) += zImage.chrp 130image-$(CONFIG_PPC_EFIKA) += zImage.chrp
131image-$(CONFIG_PPC_PMAC) += zImage.pmac 131image-$(CONFIG_PPC_PMAC) += zImage.pmac
132image-$(CONFIG_DEFAULT_UIMAGE) += uImage
133
134ifneq ($(CONFIG_DEVICE_TREE),"")
132image-$(CONFIG_PPC_83xx) += cuImage.83xx 135image-$(CONFIG_PPC_83xx) += cuImage.83xx
133image-$(CONFIG_PPC_85xx) += cuImage.85xx 136image-$(CONFIG_PPC_85xx) += cuImage.85xx
134image-$(CONFIG_DEFAULT_UIMAGE) += uImage 137endif
135 138
136# For 32-bit powermacs, build the COFF and miboot images 139# For 32-bit powermacs, build the COFF and miboot images
137# as well as the ELF images. 140# as well as the ELF images.