Lines Matching defs:plat
133 src-plat-y := of.c epapr.c
134 src-plat-$(CONFIG_40x) += fixed-head.S cuboot-hotfoot.c \
137 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
145 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
146 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
147 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
148 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
149 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
150 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
154 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
155 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
156 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
157 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
158 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
159 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
160 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
163 src-plat := $(sort $(src-plat-y))
164 src-boot := $(src-wlib) $(src-plat) empty.c
169 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
170 obj-plat: $(libfdt)
227 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \