aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 20d295aca51f..9c60f474a559 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -138,6 +138,7 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
138# Machine directory name. This list is sorted alphanumerically 138# Machine directory name. This list is sorted alphanumerically
139# by CONFIG_* macro name. 139# by CONFIG_* macro name.
140machine-$(CONFIG_ARCH_AT91) += at91 140machine-$(CONFIG_ARCH_AT91) += at91
141machine-$(CONFIG_ARCH_BCM) += bcm
141machine-$(CONFIG_ARCH_BCM2835) += bcm2835 142machine-$(CONFIG_ARCH_BCM2835) += bcm2835
142machine-$(CONFIG_ARCH_CLPS711X) += clps711x 143machine-$(CONFIG_ARCH_CLPS711X) += clps711x
143machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx 144machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx
@@ -194,6 +195,7 @@ machine-$(CONFIG_ARCH_SPEAR13XX) += spear13xx
194machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx 195machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx
195machine-$(CONFIG_MACH_SPEAR600) += spear6xx 196machine-$(CONFIG_MACH_SPEAR600) += spear6xx
196machine-$(CONFIG_ARCH_ZYNQ) += zynq 197machine-$(CONFIG_ARCH_ZYNQ) += zynq
198machine-$(CONFIG_ARCH_SUNXI) += sunxi
197 199
198# Platform directory name. This list is sorted alphanumerically 200# Platform directory name. This list is sorted alphanumerically
199# by CONFIG_* macro name. 201# by CONFIG_* macro name.