diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:07:09 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:12:26 +0100 |
commit | dd280b291f280889c9e12108f7bc31aebe9ac44d (patch) | |
tree | 099c5962fd652500e77bacfbd18ee16994f00217 /arch/arm/mach-s3c6410/Makefile | |
parent | e19e5349be8de4b2ea89a251f44c4ec6ae624c45 (diff) |
[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 b35e04d8151..4a20a009990 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 |