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