aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 0ce9d0f71f2a..12bfc1fa51f0 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -157,6 +157,7 @@ machine-$(CONFIG_ARCH_EBSA110) += ebsa110
157machine-$(CONFIG_ARCH_EFM32) += efm32 157machine-$(CONFIG_ARCH_EFM32) += efm32
158machine-$(CONFIG_ARCH_EP93XX) += ep93xx 158machine-$(CONFIG_ARCH_EP93XX) += ep93xx
159machine-$(CONFIG_ARCH_EXYNOS) += exynos 159machine-$(CONFIG_ARCH_EXYNOS) += exynos
160machine-$(CONFIG_ARCH_FOOTBRIDGE) += footbridge
160machine-$(CONFIG_ARCH_GEMINI) += gemini 161machine-$(CONFIG_ARCH_GEMINI) += gemini
161machine-$(CONFIG_ARCH_HIGHBANK) += highbank 162machine-$(CONFIG_ARCH_HIGHBANK) += highbank
162machine-$(CONFIG_ARCH_HISI) += hisi 163machine-$(CONFIG_ARCH_HISI) += hisi
@@ -205,7 +206,6 @@ machine-$(CONFIG_ARCH_VEXPRESS) += vexpress
205machine-$(CONFIG_ARCH_VT8500) += vt8500 206machine-$(CONFIG_ARCH_VT8500) += vt8500
206machine-$(CONFIG_ARCH_W90X900) += w90x900 207machine-$(CONFIG_ARCH_W90X900) += w90x900
207machine-$(CONFIG_ARCH_ZYNQ) += zynq 208machine-$(CONFIG_ARCH_ZYNQ) += zynq
208machine-$(CONFIG_FOOTBRIDGE) += footbridge
209machine-$(CONFIG_PLAT_SPEAR) += spear 209machine-$(CONFIG_PLAT_SPEAR) += spear
210 210
211# Platform directory name. This list is sorted alphanumerically 211# Platform directory name. This list is sorted alphanumerically