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 ed820e737a8a..1962deb90730 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -192,6 +192,7 @@ plat-$(CONFIG_PLAT_PXA) := pxa | |||
192 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung | 192 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx samsung |
193 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung | 193 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx samsung |
194 | plat-$(CONFIG_PLAT_S5P) := s5p samsung | 194 | plat-$(CONFIG_PLAT_S5P) := s5p samsung |
195 | plat-$(CONFIG_PLAT_VERSATILE) := versatile | ||
195 | 196 | ||
196 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 197 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
197 | # This is what happens if you forget the IOCS16 line. | 198 | # This is what happens if you forget the IOCS16 line. |