diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-01-28 20:21:16 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-23 20:52:18 -0500 |
commit | 461859db1f367200602d81c9352e2477a6187814 (patch) | |
tree | 6b6c8009aa43c715947a47ed2c8e4d99308f4d38 /arch/arm/mach-s5p6442/Makefile | |
parent | 550db7f155c9e51288fbe114fbb33d7a044d8a75 (diff) |
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 501d2510a9a2..dde39a6ce6bc 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 | |||
16 | 16 | ||
17 | # machine support | 17 | # machine support |
18 | 18 | ||
19 | obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o | ||