diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 3353b7613208..208912167823 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -137,6 +137,7 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 | |||
137 | # Machine directory name. This list is sorted alphanumerically | 137 | # Machine directory name. This list is sorted alphanumerically |
138 | # by CONFIG_* macro name. | 138 | # by CONFIG_* macro name. |
139 | machine-$(CONFIG_ARCH_AT91) += at91 | 139 | machine-$(CONFIG_ARCH_AT91) += at91 |
140 | machine-$(CONFIG_ARCH_BCM) += bcm | ||
140 | machine-$(CONFIG_ARCH_BCM2835) += bcm2835 | 141 | machine-$(CONFIG_ARCH_BCM2835) += bcm2835 |
141 | machine-$(CONFIG_ARCH_CLPS711X) += clps711x | 142 | machine-$(CONFIG_ARCH_CLPS711X) += clps711x |
142 | machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx | 143 | machine-$(CONFIG_ARCH_CNS3XXX) += cns3xxx |