diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-29 10:21:16 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 01:52:18 +0000 |
commit | 461859db1f367200602d81c9352e2477a6187814 (patch) | |
tree | 6b6c8009aa43c715947a47ed2c8e4d99308f4d38 /arch/arm/mach-s5p6442/Makefile | |
parent | 550db7f155c9e51288fbe114fbb33d7a044d8a75 (diff) | |
download | op-kernel-dev-461859db1f367200602d81c9352e2477a6187814.zip op-kernel-dev-461859db1f367200602d81c9352e2477a6187814.tar.gz |
ARM: S5P6442: Add SMDK6442 board support file
This patch adds SMDK6442 board support file.
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/Makefile b/arch/arm/mach-s5p6442/Makefile index 501d251..dde39a6 100644 --- a/arch/arm/mach-s5p6442/Makefile +++ b/arch/arm/mach-s5p6442/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o # machine support +obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o |