aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r--arch/powerpc/boot/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index a33c23308e97..426dce7ae7c4 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -53,6 +53,7 @@ $(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405
53$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405 53$(obj)/treeboot-walnut.o: BOOTCFLAGS += -mcpu=405
54$(obj)/treeboot-iss4xx.o: BOOTCFLAGS += -mcpu=405 54$(obj)/treeboot-iss4xx.o: BOOTCFLAGS += -mcpu=405
55$(obj)/treeboot-currituck.o: BOOTCFLAGS += -mcpu=405 55$(obj)/treeboot-currituck.o: BOOTCFLAGS += -mcpu=405
56$(obj)/treeboot-akebono.o: BOOTCFLAGS += -mcpu=405
56$(obj)/virtex405-head.o: BOOTAFLAGS += -mcpu=405 57$(obj)/virtex405-head.o: BOOTAFLAGS += -mcpu=405
57 58
58 59
@@ -92,6 +93,7 @@ src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
92 cuboot-taishan.c cuboot-katmai.c \ 93 cuboot-taishan.c cuboot-katmai.c \
93 cuboot-warp.c cuboot-yosemite.c \ 94 cuboot-warp.c cuboot-yosemite.c \
94 treeboot-iss4xx.c treeboot-currituck.c \ 95 treeboot-iss4xx.c treeboot-currituck.c \
96 treeboot-akebono.c \
95 simpleboot.c fixed-head.S virtex.c 97 simpleboot.c fixed-head.S virtex.c
96src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c 98src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
97src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c 99src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
@@ -250,6 +252,7 @@ image-$(CONFIG_YOSEMITE) += cuImage.yosemite
250image-$(CONFIG_ISS4xx) += treeImage.iss4xx \ 252image-$(CONFIG_ISS4xx) += treeImage.iss4xx \
251 treeImage.iss4xx-mpic 253 treeImage.iss4xx-mpic
252image-$(CONFIG_CURRITUCK) += treeImage.currituck 254image-$(CONFIG_CURRITUCK) += treeImage.currituck
255image-$(CONFIG_AKEBONO) += treeImage.akebono
253 256
254# Board ports in arch/powerpc/platform/8xx/Kconfig 257# Board ports in arch/powerpc/platform/8xx/Kconfig
255image-$(CONFIG_MPC86XADS) += cuImage.mpc866ads 258image-$(CONFIG_MPC86XADS) += cuImage.mpc866ads