| 1 | --- a/arch/powerpc/boot/Makefile |
| 2 | +++ b/arch/powerpc/boot/Makefile |
| 3 | @@ -72,7 +72,7 @@ src-plat := of.c cuboot-52xx.c cuboot-82 |
| 4 | cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c \ |
| 5 | cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \ |
| 6 | fixed-head.S ep88xc.c ep405.c cuboot-c2k.c \ |
| 7 | - cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ |
| 8 | + cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c rb600.c \ |
| 9 | cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \ |
| 10 | virtex405-head.S virtex.c redboot-83xx.c cuboot-sam440ep.c \ |
| 11 | cuboot-acadia.c cuboot-amigaone.c |
| 12 | @@ -229,6 +229,7 @@ image-$(CONFIG_MPC834x_ITX) += cuImage. |
| 13 | image-$(CONFIG_MPC834x_MDS) += cuImage.mpc834x_mds |
| 14 | image-$(CONFIG_MPC836x_MDS) += cuImage.mpc836x_mds |
| 15 | image-$(CONFIG_ASP834x) += dtbImage.asp834x-redboot |
| 16 | +image-$(CONFIG_RB_PPC) += dtbImage.rb600 |
| 17 | |
| 18 | # Board ports in arch/powerpc/platform/85xx/Kconfig |
| 19 | image-$(CONFIG_MPC8540_ADS) += cuImage.mpc8540ads |
| 20 | |