diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 8568b6fb9b3f..034a94904d69 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -155,6 +155,7 @@ machine-$(CONFIG_ARCH_EBSA110) += ebsa110 | |||
155 | machine-$(CONFIG_ARCH_EFM32) += efm32 | 155 | machine-$(CONFIG_ARCH_EFM32) += efm32 |
156 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx | 156 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx |
157 | machine-$(CONFIG_ARCH_EXYNOS) += exynos | 157 | machine-$(CONFIG_ARCH_EXYNOS) += exynos |
158 | machine-$(CONFIG_ARCH_FOOTBRIDGE) += footbridge | ||
158 | machine-$(CONFIG_ARCH_GEMINI) += gemini | 159 | machine-$(CONFIG_ARCH_GEMINI) += gemini |
159 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank | 160 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank |
160 | machine-$(CONFIG_ARCH_HISI) += hisi | 161 | machine-$(CONFIG_ARCH_HISI) += hisi |
@@ -166,6 +167,7 @@ machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx | |||
166 | machine-$(CONFIG_ARCH_KEYSTONE) += keystone | 167 | machine-$(CONFIG_ARCH_KEYSTONE) += keystone |
167 | machine-$(CONFIG_ARCH_KS8695) += ks8695 | 168 | machine-$(CONFIG_ARCH_KS8695) += ks8695 |
168 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx | 169 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx |
170 | machine-$(CONFIG_ARCH_MESON) += meson | ||
169 | machine-$(CONFIG_ARCH_MMP) += mmp | 171 | machine-$(CONFIG_ARCH_MMP) += mmp |
170 | machine-$(CONFIG_ARCH_MOXART) += moxart | 172 | machine-$(CONFIG_ARCH_MOXART) += moxart |
171 | machine-$(CONFIG_ARCH_MSM) += msm | 173 | machine-$(CONFIG_ARCH_MSM) += msm |
@@ -203,7 +205,6 @@ machine-$(CONFIG_ARCH_VEXPRESS) += vexpress | |||
203 | machine-$(CONFIG_ARCH_VT8500) += vt8500 | 205 | machine-$(CONFIG_ARCH_VT8500) += vt8500 |
204 | machine-$(CONFIG_ARCH_W90X900) += w90x900 | 206 | machine-$(CONFIG_ARCH_W90X900) += w90x900 |
205 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 207 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
206 | machine-$(CONFIG_FOOTBRIDGE) += footbridge | ||
207 | machine-$(CONFIG_PLAT_SPEAR) += spear | 208 | machine-$(CONFIG_PLAT_SPEAR) += spear |
208 | 209 | ||
209 | # Platform directory name. This list is sorted alphanumerically | 210 | # Platform directory name. This list is sorted alphanumerically |