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 0ce9d0f71f2a..dceb0441b1a6 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -157,6 +157,7 @@ machine-$(CONFIG_ARCH_EBSA110) += ebsa110 | |||
157 | machine-$(CONFIG_ARCH_EFM32) += efm32 | 157 | machine-$(CONFIG_ARCH_EFM32) += efm32 |
158 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx | 158 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx |
159 | machine-$(CONFIG_ARCH_EXYNOS) += exynos | 159 | machine-$(CONFIG_ARCH_EXYNOS) += exynos |
160 | machine-$(CONFIG_ARCH_FOOTBRIDGE) += footbridge | ||
160 | machine-$(CONFIG_ARCH_GEMINI) += gemini | 161 | machine-$(CONFIG_ARCH_GEMINI) += gemini |
161 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank | 162 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank |
162 | machine-$(CONFIG_ARCH_HISI) += hisi | 163 | machine-$(CONFIG_ARCH_HISI) += hisi |
@@ -168,6 +169,7 @@ machine-$(CONFIG_ARCH_IXP4XX) += ixp4xx | |||
168 | machine-$(CONFIG_ARCH_KEYSTONE) += keystone | 169 | machine-$(CONFIG_ARCH_KEYSTONE) += keystone |
169 | machine-$(CONFIG_ARCH_KS8695) += ks8695 | 170 | machine-$(CONFIG_ARCH_KS8695) += ks8695 |
170 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx | 171 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx |
172 | machine-$(CONFIG_ARCH_MESON) += meson | ||
171 | machine-$(CONFIG_ARCH_MMP) += mmp | 173 | machine-$(CONFIG_ARCH_MMP) += mmp |
172 | machine-$(CONFIG_ARCH_MOXART) += moxart | 174 | machine-$(CONFIG_ARCH_MOXART) += moxart |
173 | machine-$(CONFIG_ARCH_MSM) += msm | 175 | machine-$(CONFIG_ARCH_MSM) += msm |
@@ -205,7 +207,6 @@ machine-$(CONFIG_ARCH_VEXPRESS) += vexpress | |||
205 | machine-$(CONFIG_ARCH_VT8500) += vt8500 | 207 | machine-$(CONFIG_ARCH_VT8500) += vt8500 |
206 | machine-$(CONFIG_ARCH_W90X900) += w90x900 | 208 | machine-$(CONFIG_ARCH_W90X900) += w90x900 |
207 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 209 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
208 | machine-$(CONFIG_FOOTBRIDGE) += footbridge | ||
209 | machine-$(CONFIG_PLAT_SPEAR) += spear | 210 | machine-$(CONFIG_PLAT_SPEAR) += spear |
210 | 211 | ||
211 | # Platform directory name. This list is sorted alphanumerically | 212 | # Platform directory name. This list is sorted alphanumerically |