Lines Matching defs:src

138 src-wlib-y := string.S crt0.S stdio.c decompress.c main.c \
144 src-wlib-$(CONFIG_PPC_MPC52xx) += mpc52xx-psc.c
145 src-wlib-$(CONFIG_PPC_POWERNV) += opal-calls.S opal.c
147 src-wlib-y += crtsavres.S
149 src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
150 src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
151 src-wlib-$(CONFIG_PPC_8xx) += mpc8xx.c planetcore.c fsl-soc.c
152 src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
153 src-wlib-$(CONFIG_EMBEDDED6xx) += ugecon.c fsl-soc.c
154 src-wlib-$(CONFIG_CPM) += cpm-serial.c
156 src-plat-y := of.c epapr.c
157 src-plat-$(CONFIG_40x) += fixed-head.S cuboot-hotfoot.c \
160 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
168 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
169 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
170 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
171 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
172 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
173 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c \
177 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
178 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
179 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
180 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
181 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
182 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
183 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
185 src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S microwatt.c
187 src-wlib := $(sort $(src-wlib-y))
188 src-plat := $(sort $(src-plat-y))
189 src-boot := $(src-wlib) $(src-plat) empty.c
191 src-boot := $(addprefix $(obj)/, $(src-boot))
192 obj-boot := $(addsuffix .o, $(basename $(src-boot)))
193 obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))
194 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
221 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S
239 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE
242 $(patsubst %.S,%.o, $(filter %.S, $(src-boot))): %.o: %.S FORCE
255 dtstree := $(srctree)/$(src)/dts
257 wrapper :=$(srctree)/$(src)/wrapper
408 # This cannot be in the root of $(src) as the zImage rule always adds a $(obj)