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 326ee92a2fc3..f2d850ca5056 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -129,9 +129,12 @@ image-$(CONFIG_PPC_CELLEB) += zImage.pseries | |||
129 | image-$(CONFIG_PPC_CHRP) += zImage.chrp | 129 | image-$(CONFIG_PPC_CHRP) += zImage.chrp |
130 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp | 130 | image-$(CONFIG_PPC_EFIKA) += zImage.chrp |
131 | image-$(CONFIG_PPC_PMAC) += zImage.pmac | 131 | image-$(CONFIG_PPC_PMAC) += zImage.pmac |
132 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage | ||
133 | |||
134 | ifneq ($(CONFIG_DEVICE_TREE),"") | ||
132 | image-$(CONFIG_PPC_83xx) += cuImage.83xx | 135 | image-$(CONFIG_PPC_83xx) += cuImage.83xx |
133 | image-$(CONFIG_PPC_85xx) += cuImage.85xx | 136 | image-$(CONFIG_PPC_85xx) += cuImage.85xx |
134 | image-$(CONFIG_DEFAULT_UIMAGE) += uImage | 137 | endif |
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. |