diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 9149bb8ed03c..8e5bdd35fd48 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -58,7 +58,7 @@ src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \ | |||
58 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ | 58 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ |
59 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ | 59 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ |
60 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \ | 60 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \ |
61 | fixed-head.S ep88xc.c cuboot-hpc2.c | 61 | fixed-head.S ep88xc.c cuboot-hpc2.c ep405.c |
62 | src-boot := $(src-wlib) $(src-plat) empty.c | 62 | src-boot := $(src-wlib) $(src-plat) empty.c |
63 | 63 | ||
64 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 64 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -189,6 +189,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage | |||
189 | ifneq ($(CONFIG_DEVICE_TREE),"") | 189 | ifneq ($(CONFIG_DEVICE_TREE),"") |
190 | image-$(CONFIG_PPC_8xx) += cuImage.8xx | 190 | image-$(CONFIG_PPC_8xx) += cuImage.8xx |
191 | image-$(CONFIG_PPC_EP88XC) += zImage.ep88xc | 191 | image-$(CONFIG_PPC_EP88XC) += zImage.ep88xc |
192 | image-$(CONFIG_EP405) += zImage.ep405 | ||
192 | image-$(CONFIG_8260) += cuImage.pq2 | 193 | image-$(CONFIG_8260) += cuImage.pq2 |
193 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx | 194 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx |
194 | image-$(CONFIG_PPC_83xx) += cuImage.83xx | 195 | image-$(CONFIG_PPC_83xx) += cuImage.83xx |