summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p6442/Makefile
diff options
context:
space:
mode:
authorKukjin Kim2010-01-29 02:12:14 +0100
committerBen Dooks2010-02-24 02:52:15 +0100
commit5f7f6a4a0df9b43051d57fdb8ea96c083247a08f (patch)
tree8b89db3128eb45123561cd7aad172f27000ed537 /arch/arm/mach-s5p6442/Makefile
parentARM: SAMSUNG: adc: disable/enable IRQ on suspend/resume (diff)
downloadkernel-qcow2-linux-5f7f6a4a0df9b43051d57fdb8ea96c083247a08f.tar.gz
kernel-qcow2-linux-5f7f6a4a0df9b43051d57fdb8ea96c083247a08f.tar.xz
kernel-qcow2-linux-5f7f6a4a0df9b43051d57fdb8ea96c083247a08f.zip
ARM: S5P6442: Add Samsung S5P6442 CPU support
This patch adds support for Samsung S5P6442 CPU. This patch also adds an entry for S5P6442 cpu in plat-s5p cpu table. Signed-off-by: Adityapratap Sharma <aditya.ps@samsung.com> Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6442/Makefile')
-rw-r--r--arch/arm/mach-s5p6442/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/Makefile b/arch/arm/mach-s5p6442/Makefile
new file mode 100644
index 000000000000..8a0f8ac65602
--- /dev/null
+++ b/arch/arm/mach-s5p6442/Makefile
@@ -0,0 +1,18 @@
+# arch/arm/mach-s5p6442/Makefile
+#
+# Copyright (c) 2010 Samsung Electronics Co., Ltd.
+# http://www.samsung.com/
+#
+# Licensed under GPLv2
+
+obj-y :=
+obj-m :=
+obj-n :=
+obj- :=
+
+# Core support for S5P6442 system
+
+obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o
+
+# machine support
+