diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-28 20:19:26 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:52:17 -0500 |
commit | 550db7f155c9e51288fbe114fbb33d7a044d8a75 (patch) | |
tree | 723170fde69dc87f383d8f3a9d20cb6a2870d5cb /arch/arm/Makefile | |
parent | d13de2ab8a7afe2d915be4c4758fe25825204226 (diff) |
ARM: S5P6442: Update Kconfig and Makefiles
Updates arch/arm Kconfig and Makefile for building the S5P6442 support.
Also modifies the plat-s5p Kconfig file to include the support for plat-s5p
for S5P6442.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 13c5c2be31ad..fc8cc4ba0fbd 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -162,6 +162,7 @@ machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2443 | |||
162 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | 162 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 |
163 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx | 163 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx |
164 | machine-$(CONFIG_ARCH_S5P6440) := s5p6440 | 164 | machine-$(CONFIG_ARCH_S5P6440) := s5p6440 |
165 | machine-$(CONFIG_ARCH_S5P6442) := s5p6442 | ||
165 | machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100 | 166 | machine-$(CONFIG_ARCH_S5PC1XX) := s5pc100 |
166 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 167 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
167 | machine-$(CONFIG_ARCH_SHARK) := shark | 168 | machine-$(CONFIG_ARCH_SHARK) := shark |