Lines Matching refs:c

63 zlib       := inffast.c inflate.c inftrees.c
70 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
76 src-wlib-y := string.S crt0.S crtsavres.S stdio.c main.c \
77 $(libfdt) libfdt-wrapper.c \
78 ns16550.c serial.c simple_alloc.c div64.S util.S \
79 gunzip_util.c elf_util.c $(zlib) devtree.c stdlib.c \
80 oflib.c ofconsole.c cuboot.c mpsc.c cpm-serial.c \
81 uartlite.c mpc52xx-psc.c
82 src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
83 src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
84 src-wlib-$(CONFIG_8xx) += mpc8xx.c planetcore.c fsl-soc.c
85 src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
86 src-wlib-$(CONFIG_EMBEDDED6xx) += mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c
88 src-plat-y := of.c epapr.c
89 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
90 treeboot-walnut.c cuboot-acadia.c \
91 cuboot-kilauea.c simpleboot.c \
92 virtex405-head.S virtex.c
93 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
94 cuboot-bamboo.c cuboot-sam440ep.c \
95 cuboot-sequoia.c cuboot-rainier.c \
96 cuboot-taishan.c cuboot-katmai.c \
97 cuboot-warp.c cuboot-yosemite.c \
98 treeboot-iss4xx.c treeboot-currituck.c \
99 treeboot-akebono.c \
100 simpleboot.c fixed-head.S virtex.c
101 src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
102 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
103 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
104 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
105 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
106 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
107 cuboot-c2k.c gamecube-head.S \
108 gamecube.c wii-head.S wii.c holly.c \
109 fixed-head.S mvme5100.c
110 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
111 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
112 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
120 src-boot := $(src-wlib) $(src-plat) empty.c
152 $(obj)/empty.c:
164 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds
175 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
177 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE