diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 12:09:06 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:57 -0400 |
commit | 2ab408e8759ad4b2a9bad3647838acd648d2c10c (patch) | |
tree | 2c05f326a6856023bf19009f57840de869e6278e /arch/arm/mach-s3c6400/Makefile | |
parent | c07f87f22ecc94201893b7a25430b7f5d5fd6de8 (diff) |
[ARM] SMDK6400: Initial machine support for SMDK6400
Add minimial support for the SMDK6400 board to test
the S3C6400 support.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6400/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6400/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/Makefile b/arch/arm/mach-s3c6400/Makefile index 8f397db25b87..82cb48a2c2b0 100644 --- a/arch/arm/mach-s3c6400/Makefile +++ b/arch/arm/mach-s3c6400/Makefile | |||
@@ -13,3 +13,7 @@ obj- := | |||
13 | # Core support for S3C6400 system | 13 | # Core support for S3C6400 system |
14 | 14 | ||
15 | obj-n += blank.o | 15 | obj-n += blank.o |
16 | |||
17 | # Machine support | ||
18 | |||
19 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o | ||