Lines Matching refs:c
89 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
90 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
106 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
113 src-wlib-y := string.S crt0.S stdio.c decompress.c main.c \
114 $(libfdt) libfdt-wrapper.c \
115 ns16550.c serial.c simple_alloc.c div64.S util.S \
116 elf_util.c $(zlib-y) devtree.c stdlib.c \
117 oflib.c ofconsole.c cuboot.c cpm-serial.c \
118 uartlite.c opal.c
119 src-wlib-$(CONFIG_PPC_MPC52XX) += mpc52xx-psc.c
124 src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
125 src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
126 src-wlib-$(CONFIG_PPC_8xx) += mpc8xx.c planetcore.c fsl-soc.c
127 src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
128 src-wlib-$(CONFIG_EMBEDDED6xx) += mpsc.c mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c
130 src-plat-y := of.c epapr.c
131 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
132 treeboot-walnut.c cuboot-acadia.c \
133 cuboot-kilauea.c simpleboot.c \
134 virtex405-head.S virtex.c
135 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
136 cuboot-bamboo.c cuboot-sam440ep.c \
137 cuboot-sequoia.c cuboot-rainier.c \
138 cuboot-taishan.c cuboot-katmai.c \
139 cuboot-warp.c cuboot-yosemite.c \
140 treeboot-iss4xx.c treeboot-currituck.c \
141 treeboot-akebono.c \
142 simpleboot.c fixed-head.S virtex.c
143 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
144 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
145 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
146 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
147 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
148 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
149 cuboot-c2k.c gamecube-head.S \
150 gamecube.c wii-head.S wii.c holly.c \
151 fixed-head.S mvme5100.c
152 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
153 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
154 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
158 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
162 src-boot := $(src-wlib) $(src-plat) empty.c
191 $(obj)/empty.c:
199 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds
210 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
212 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE