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 a90baa3aff23..f3f7ce3d79a5 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -52,7 +52,7 @@ src-plat := of.c cuboot-52xx.c cuboot-83xx.c cuboot-85xx.c holly.c \ | |||
52 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ | 52 | cuboot-ebony.c treeboot-ebony.c prpmc2800.c \ |
53 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ | 53 | ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ |
54 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \ | 54 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c cuboot-bamboo.c \ |
55 | fixed-head.S ep88xc.c | 55 | fixed-head.S ep88xc.c cuboot-hpc2.c |
56 | src-boot := $(src-wlib) $(src-plat) empty.c | 56 | src-boot := $(src-wlib) $(src-plat) empty.c |
57 | 57 | ||
58 | src-boot := $(addprefix $(obj)/, $(src-boot)) | 58 | src-boot := $(addprefix $(obj)/, $(src-boot)) |
@@ -150,6 +150,7 @@ image-$(CONFIG_8260) += cuImage.pq2 | |||
150 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx | 150 | image-$(CONFIG_PPC_MPC52xx) += cuImage.52xx |
151 | image-$(CONFIG_PPC_83xx) += cuImage.83xx | 151 | image-$(CONFIG_PPC_83xx) += cuImage.83xx |
152 | image-$(CONFIG_PPC_85xx) += cuImage.85xx | 152 | image-$(CONFIG_PPC_85xx) += cuImage.85xx |
153 | image-$(CONFIG_MPC7448HPC2) += cuImage.hpc2 | ||
153 | image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony | 154 | image-$(CONFIG_EBONY) += treeImage.ebony cuImage.ebony |
154 | image-$(CONFIG_BAMBOO) += treeImage.bamboo cuImage.bamboo | 155 | image-$(CONFIG_BAMBOO) += treeImage.bamboo cuImage.bamboo |
155 | image-$(CONFIG_SEQUOIA) += cuImage.sequoia | 156 | image-$(CONFIG_SEQUOIA) += cuImage.sequoia |