diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index cd9ea99f9fdc..90e9d9548660 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -71,9 +71,9 @@ src-wlib-y := string.S crt0.S crtsavres.S stdio.c main.c \ | |||
71 | uartlite.c mpc52xx-psc.c | 71 | uartlite.c mpc52xx-psc.c |
72 | src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c | 72 | src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c |
73 | src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c | 73 | src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c |
74 | src-wlib-$(CONFIG_8xx) += mpc8xx.c planetcore.c | 74 | src-wlib-$(CONFIG_8xx) += mpc8xx.c planetcore.c fsl-soc.c |
75 | src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c | 75 | src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c |
76 | src-wlib-$(CONFIG_EMBEDDED6xx) += mv64x60.c mv64x60_i2c.c ugecon.c | 76 | src-wlib-$(CONFIG_EMBEDDED6xx) += mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c |
77 | 77 | ||
78 | src-plat-y := of.c epapr.c | 78 | src-plat-y := of.c epapr.c |
79 | src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \ | 79 | src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \ |