diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 0c25f2cb73a1..2f3cac809e31 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -152,6 +152,8 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | |||
152 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 | 152 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 |
153 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 153 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
154 | machine-$(CONFIG_ARCH_SHARK) := shark | 154 | machine-$(CONFIG_ARCH_SHARK) := shark |
155 | machine-$(CONFIG_ARCH_STMP378X) := stmp378x | ||
156 | machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx | ||
155 | machine-$(CONFIG_ARCH_VERSATILE) := versatile | 157 | machine-$(CONFIG_ARCH_VERSATILE) := versatile |
156 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 158 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
157 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 159 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
@@ -165,6 +167,7 @@ plat-$(CONFIG_PLAT_ORION) := orion | |||
165 | plat-$(CONFIG_PLAT_PXA) := pxa | 167 | plat-$(CONFIG_PLAT_PXA) := pxa |
166 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | 168 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c |
167 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c | 169 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c |
170 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | ||
168 | 171 | ||
169 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 172 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
170 | # This is what happens if you forget the IOCS16 line. | 173 | # This is what happens if you forget the IOCS16 line. |