diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 13:07:09 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 23:16:07 (GMT) |
commit | 5718df9dd01b4c30d21eaef08b80a3893b0fa7f3 (patch) | |
tree | 9fbf3009283a03b39c749f6e860d93b8a13bfbcc /arch/arm/mach-s3c6410/Makefile | |
parent | 80789e79150b34e45a630e2f4f1b04d82c449c19 (diff) | |
download | linux-5718df9dd01b4c30d21eaef08b80a3893b0fa7f3.tar.xz |
[ARM] SMDK6410: Initial machine support
Initial machine support for the Samsung SMDK6410.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6410/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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- := obj-$(CONFIG_CPU_S3C6410) += cpu.o +# machine support + +obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |