diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
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. |
140 | machine-$(CONFIG_ARCH_AT91) += at91 | 140 | machine-$(CONFIG_ARCH_AT91) += at91 |
141 | machine-$(CONFIG_ARCH_BCM) += bcm | ||
141 | machine-$(CONFIG_ARCH_BCM2835) += bcm2835 | 142 | machine-$(CONFIG_ARCH_BCM2835) += bcm2835 |
142 | machine-$(CONFIG_ARCH_CLPS711X) += clps711x | 143 | machine-$(CONFIG_ARCH_CLPS711X) += clps711x |
143 | machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx | 144 | machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx |
@@ -194,6 +195,7 @@ machine-$(CONFIG_ARCH_SPEAR13XX) += spear13xx | |||
194 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx | 195 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx |
195 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx | 196 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx |
196 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 197 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
198 | machine-$(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. |