diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 17:25:40 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 11:04:57 +0100 |
commit | a6925c1c515513e22b0419e1a41155c88d22b1f4 (patch) | |
tree | 4ea28200d35286d215f45ca8d578d9ec19d4953b /arch/arm/mach-s3c6400/Makefile | |
parent | 2ab408e8759ad4b2a9bad3647838acd648d2c10c (diff) |
[ARM] S3C6400: Core support for S3C6400 SoC
Add the core support files for the Samsung S3C6400 SoC.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c6400/Makefile b/arch/arm/mach-s3c6400/Makefile index 82cb48a2c2b..07eac2be6f6 100644 --- a/arch/arm/mach-s3c6400/Makefile +++ b/arch/arm/mach-s3c6400/Makefile @@ -12,7 +12,7 @@ obj- := # Core support for S3C6400 system -obj-n += blank.o +obj-$(CONFIG_CPU_S3C6400) += s3c6400.o # Machine support |