aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 985227cbbd1b..2a4fae7e9c44 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -167,6 +167,7 @@ machine-$(CONFIG_ARCH_IOP33X) += iop33x
167machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx 167machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx
168machine-$(CONFIG_ARCH_KEYSTONE) += keystone 168machine-$(CONFIG_ARCH_KEYSTONE) += keystone
169machine-$(CONFIG_ARCH_KS8695) += ks8695 169machine-$(CONFIG_ARCH_KS8695) += ks8695
170machine-$(CONFIG_ARCH_LPC18XX) += lpc18xx
170machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx 171machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx
171machine-$(CONFIG_ARCH_MESON) += meson 172machine-$(CONFIG_ARCH_MESON) += meson
172machine-$(CONFIG_ARCH_MMP) += mmp 173machine-$(CONFIG_ARCH_MMP) += mmp
@@ -196,14 +197,17 @@ machine-$(CONFIG_ARCH_SHMOBILE) += shmobile
196machine-$(CONFIG_ARCH_SIRF) += prima2 197machine-$(CONFIG_ARCH_SIRF) += prima2
197machine-$(CONFIG_ARCH_SOCFPGA) += socfpga 198machine-$(CONFIG_ARCH_SOCFPGA) += socfpga
198machine-$(CONFIG_ARCH_STI) += sti 199machine-$(CONFIG_ARCH_STI) += sti
200machine-$(CONFIG_ARCH_STM32) += stm32
199machine-$(CONFIG_ARCH_SUNXI) += sunxi 201machine-$(CONFIG_ARCH_SUNXI) += sunxi
200machine-$(CONFIG_ARCH_TEGRA) += tegra 202machine-$(CONFIG_ARCH_TEGRA) += tegra
201machine-$(CONFIG_ARCH_U300) += u300 203machine-$(CONFIG_ARCH_U300) += u300
202machine-$(CONFIG_ARCH_U8500) += ux500 204machine-$(CONFIG_ARCH_U8500) += ux500
205machine-$(CONFIG_ARCH_UNIPHIER) += uniphier
203machine-$(CONFIG_ARCH_VERSATILE) += versatile 206machine-$(CONFIG_ARCH_VERSATILE) += versatile
204machine-$(CONFIG_ARCH_VEXPRESS) += vexpress 207machine-$(CONFIG_ARCH_VEXPRESS) += vexpress
205machine-$(CONFIG_ARCH_VT8500) += vt8500 208machine-$(CONFIG_ARCH_VT8500) += vt8500
206machine-$(CONFIG_ARCH_W90X900) += w90x900 209machine-$(CONFIG_ARCH_W90X900) += w90x900
210machine-$(CONFIG_ARCH_ZX) += zx
207machine-$(CONFIG_ARCH_ZYNQ) += zynq 211machine-$(CONFIG_ARCH_ZYNQ) += zynq
208machine-$(CONFIG_PLAT_SPEAR) += spear 212machine-$(CONFIG_PLAT_SPEAR) += spear
209 213