commit | 5718df9dd01b4c30d21eaef08b80a3893b0fa7f3 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Oct 21 14:07:09 2008 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon Dec 15 23:16:07 2008 +0000 |
tree | 9fbf3009283a03b39c749f6e860d93b8a13bfbcc | |
parent | 80789e79150b34e45a630e2f4f1b04d82c449c19 [diff] [blame] |
[ARM] SMDK6410: Initial machine support Initial machine support for the Samsung SMDK6410. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile index b35e04d..4a20a00 100644 --- a/arch/arm/mach-s3c6410/Makefile +++ b/arch/arm/mach-s3c6410/Makefile
@@ -14,3 +14,6 @@ obj-$(CONFIG_CPU_S3C6410) += cpu.o +# machine support + +obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o