diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2014-09-24 04:01:19 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-09-26 09:40:04 -0400 |
commit | c3c963e1fb1c43641831595f53aa23f34dcaed3a (patch) | |
tree | a176cd244c3082fbb53ddba08408a5e291af44c5 /arch/arm/Makefile | |
parent | aeea3592a13bf12861943e44fc48f1f270941f8d (diff) |
ARM: 8161/1: footbridge: select machine dir based on ARCH_FOOTBRIDGE
Syntactically FOOTBRIDGE and ARCH_FOOTBRIDGE are identical (the former
is defined in an if ARCH_FOOTBRIDGE block and the latter selects the
former).
Sematically FOOTBRIDGE means "we have a DC21285 (aka footbridge) device
in the system" and ARCH_FOOTBRIDGE is the support for boards with a
footbridge device, so ARCH_FOOTBRIDGE is the better symbol here.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
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 | |||
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 |
@@ -205,7 +206,6 @@ machine-$(CONFIG_ARCH_VEXPRESS) += vexpress | |||
205 | machine-$(CONFIG_ARCH_VT8500) += vt8500 | 206 | machine-$(CONFIG_ARCH_VT8500) += vt8500 |
206 | machine-$(CONFIG_ARCH_W90X900) += w90x900 | 207 | machine-$(CONFIG_ARCH_W90X900) += w90x900 |
207 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 208 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
208 | machine-$(CONFIG_FOOTBRIDGE) += footbridge | ||
209 | machine-$(CONFIG_PLAT_SPEAR) += spear | 209 | machine-$(CONFIG_PLAT_SPEAR) += spear |
210 | 210 | ||
211 | # Platform directory name. This list is sorted alphanumerically | 211 | # Platform directory name. This list is sorted alphanumerically |