diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 16:09:06 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 11:04:57 +0100 |
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 8f397db25b8..82cb48a2c2b 100644 --- a/arch/arm/mach-s3c6400/Makefile +++ b/arch/arm/mach-s3c6400/Makefile @@ -13,3 +13,7 @@ obj- := # Core support for S3C6400 system obj-n += blank.o + +# Machine support + +obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o |