Lines Matching full:machine
156 # Machine directory name. This list is sorted alphanumerically
158 machine-$(CONFIG_ARCH_ACTIONS) += actions
159 machine-$(CONFIG_ARCH_ALPINE) += alpine
160 machine-$(CONFIG_ARCH_ARTPEC) += artpec
161 machine-$(CONFIG_ARCH_ASPEED) += aspeed
162 machine-$(CONFIG_ARCH_AT91) += at91
163 machine-$(CONFIG_ARCH_AXXIA) += axxia
164 machine-$(CONFIG_ARCH_BCM) += bcm
165 machine-$(CONFIG_ARCH_BERLIN) += berlin
166 machine-$(CONFIG_ARCH_CLPS711X) += clps711x
167 machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx
168 machine-$(CONFIG_ARCH_DAVINCI) += davinci
169 machine-$(CONFIG_ARCH_DIGICOLOR) += digicolor
170 machine-$(CONFIG_ARCH_DOVE) += dove
171 machine-$(CONFIG_ARCH_EBSA110) += ebsa110
172 machine-$(CONFIG_ARCH_EFM32) += efm32
173 machine-$(CONFIG_ARCH_EP93XX) += ep93xx
174 machine-$(CONFIG_ARCH_EXYNOS) += exynos
175 machine-$(CONFIG_ARCH_FOOTBRIDGE) += footbridge
176 machine-$(CONFIG_ARCH_GEMINI) += gemini
177 machine-$(CONFIG_ARCH_HIGHBANK) += highbank
178 machine-$(CONFIG_ARCH_HISI) += hisi
179 machine-$(CONFIG_ARCH_INTEGRATOR) += integrator
180 machine-$(CONFIG_ARCH_IOP32X) += iop32x
181 machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx
182 machine-$(CONFIG_ARCH_KEYSTONE) += keystone
183 machine-$(CONFIG_ARCH_LPC18XX) += lpc18xx
184 machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx
185 machine-$(CONFIG_ARCH_MESON) += meson
186 machine-$(CONFIG_ARCH_MMP) += mmp
187 machine-$(CONFIG_ARCH_MPS2) += vexpress
188 machine-$(CONFIG_ARCH_MOXART) += moxart
189 machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0
190 machine-$(CONFIG_ARCH_MVEBU) += mvebu
191 machine-$(CONFIG_ARCH_MXC) += imx
192 machine-$(CONFIG_ARCH_MEDIATEK) += mediatek
193 machine-$(CONFIG_ARCH_MILBEAUT) += milbeaut
194 machine-$(CONFIG_ARCH_MXS) += mxs
195 machine-$(CONFIG_ARCH_MSTARV7) += mstar
196 machine-$(CONFIG_ARCH_NOMADIK) += nomadik
197 machine-$(CONFIG_ARCH_NPCM) += npcm
198 machine-$(CONFIG_ARCH_NSPIRE) += nspire
199 machine-$(CONFIG_ARCH_OXNAS) += oxnas
200 machine-$(CONFIG_ARCH_OMAP1) += omap1
201 machine-$(CONFIG_ARCH_OMAP2PLUS) += omap2
202 machine-$(CONFIG_ARCH_ORION5X) += orion5x
203 machine-$(CONFIG_ARCH_PICOXCELL) += picoxcell
204 machine-$(CONFIG_ARCH_PXA) += pxa
205 machine-$(CONFIG_ARCH_QCOM) += qcom
206 machine-$(CONFIG_ARCH_RDA) += rda
207 machine-$(CONFIG_ARCH_REALTEK) += realtek
208 machine-$(CONFIG_ARCH_REALVIEW) += realview
209 machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
210 machine-$(CONFIG_ARCH_RPC) += rpc
211 machine-$(CONFIG_PLAT_SAMSUNG) += s3c
212 machine-$(CONFIG_ARCH_S5PV210) += s5pv210
213 machine-$(CONFIG_ARCH_SA1100) += sa1100
214 machine-$(CONFIG_ARCH_RENESAS) += shmobile
215 machine-$(CONFIG_ARCH_SIRF) += prima2
216 machine-$(CONFIG_ARCH_SOCFPGA) += socfpga
217 machine-$(CONFIG_ARCH_STI) += sti
218 machine-$(CONFIG_ARCH_STM32) += stm32
219 machine-$(CONFIG_ARCH_SUNXI) += sunxi
220 machine-$(CONFIG_ARCH_TANGO) += tango
221 machine-$(CONFIG_ARCH_TEGRA) += tegra
222 machine-$(CONFIG_ARCH_U300) += u300
223 machine-$(CONFIG_ARCH_U8500) += ux500
224 machine-$(CONFIG_ARCH_VERSATILE) += versatile
225 machine-$(CONFIG_ARCH_VEXPRESS) += vexpress
226 machine-$(CONFIG_ARCH_VT8500) += vt8500
227 machine-$(CONFIG_ARCH_ZX) += zx
228 machine-$(CONFIG_ARCH_ZYNQ) += zynq
229 machine-$(CONFIG_PLAT_SPEAR) += spear
249 ifneq ($(machine-y),)
250 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/ macro
252 MACHINE := macro
255 MACHINE := macro
258 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
270 # If we have a machine-specific directory, then include it in the build.
274 core- += $(patsubst %,arch/arm/mach-%/, $(machine-))
324 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
328 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
341 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage