diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
| -rw-r--r-- | arch/powerpc/boot/Makefile | 3 |
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 |
| 96 | src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c | 98 | src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c |
| 97 | src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c | 99 | src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c |
| @@ -250,6 +252,7 @@ image-$(CONFIG_YOSEMITE) += cuImage.yosemite | |||
| 250 | image-$(CONFIG_ISS4xx) += treeImage.iss4xx \ | 252 | image-$(CONFIG_ISS4xx) += treeImage.iss4xx \ |
| 251 | treeImage.iss4xx-mpic | 253 | treeImage.iss4xx-mpic |
| 252 | image-$(CONFIG_CURRITUCK) += treeImage.currituck | 254 | image-$(CONFIG_CURRITUCK) += treeImage.currituck |
| 255 | image-$(CONFIG_AKEBONO) += treeImage.akebono | ||
| 253 | 256 | ||
| 254 | # Board ports in arch/powerpc/platform/8xx/Kconfig | 257 | # Board ports in arch/powerpc/platform/8xx/Kconfig |
| 255 | image-$(CONFIG_MPC86XADS) += cuImage.mpc866ads | 258 | image-$(CONFIG_MPC86XADS) += cuImage.mpc866ads |
