Lines Matching refs:src

76 src-wlib-y := string.S crt0.S crtsavres.S stdio.c main.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 \
93 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.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 \
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
113 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
114 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
115 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
116 src-plat-$(CONFIG_PPC_CELL_QPACE) += pseries-head.S
118 src-wlib := $(sort $(src-wlib-y))
119 src-plat := $(sort $(src-plat-y))
120 src-boot := $(src-wlib) $(src-plat) empty.c
122 src-boot := $(addprefix $(obj)/, $(src-boot))
123 obj-boot := $(addsuffix .o, $(basename $(src-boot)))
124 obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))
125 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
155 $(obj)/zImage.lds: $(obj)/%: $(srctree)/$(src)/%.S
159 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S
177 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE
180 $(patsubst %.S,%.o, $(filter %.S, $(src-boot))): %.o: %.S FORCE
193 dtstree := $(srctree)/$(src)/dts
195 wrapper :=$(srctree)/$(src)/wrapper