aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authordmitry pervushin <dpervushin@embeddedalley.com>2009-04-27 05:35:04 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-04-27 07:29:37 -0400
commit7bd0f2f5fc5f51d351228488dfef5e33d28e8d0c (patch)
tree31be39c3c316eb7deca36d8a9471eb78c72a586c /arch/arm/Makefile
parentbf155f8defdb5be5da0653279327bbd3801a3ca9 (diff)
[ARM] 5483/1: Freescale STMP: add Kconfig/Makefile entries
Added Kconfig/Makefile entries for STMP platform Signed-off-by: dmitry pervushin <dpervushin@embeddedalley.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 885a83724b9c..9a0af472c7d4 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -149,6 +149,8 @@ machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0
149machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 149machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410
150machine-$(CONFIG_ARCH_SA1100) := sa1100 150machine-$(CONFIG_ARCH_SA1100) := sa1100
151machine-$(CONFIG_ARCH_SHARK) := shark 151machine-$(CONFIG_ARCH_SHARK) := shark
152machine-$(CONFIG_ARCH_STMP378X) := stmp378x
153machine-$(CONFIG_ARCH_STMP37XX) := stmp37xx
152machine-$(CONFIG_ARCH_VERSATILE) := versatile 154machine-$(CONFIG_ARCH_VERSATILE) := versatile
153machine-$(CONFIG_ARCH_W90X900) := w90x900 155machine-$(CONFIG_ARCH_W90X900) := w90x900
154machine-$(CONFIG_FOOTBRIDGE) := footbridge 156machine-$(CONFIG_FOOTBRIDGE) := footbridge
@@ -162,6 +164,7 @@ plat-$(CONFIG_PLAT_ORION) := orion
162plat-$(CONFIG_PLAT_PXA) := pxa 164plat-$(CONFIG_PLAT_PXA) := pxa
163plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c 165plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c
164plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c 166plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c
167plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx
165 168
166ifeq ($(CONFIG_ARCH_EBSA110),y) 169ifeq ($(CONFIG_ARCH_EBSA110),y)
167# This is what happens if you forget the IOCS16 line. 170# This is what happens if you forget the IOCS16 line.