diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-03-24 13:25:40 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-07 06:04:57 -0400 |
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 82cb48a2c2b0..07eac2be6f6f 100644 --- a/arch/arm/mach-s3c6400/Makefile +++ b/arch/arm/mach-s3c6400/Makefile | |||
@@ -12,7 +12,7 @@ obj- := | |||
12 | 12 | ||
13 | # Core support for S3C6400 system | 13 | # Core support for S3C6400 system |
14 | 14 | ||
15 | obj-n += blank.o | 15 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o |
16 | 16 | ||
17 | # Machine support | 17 | # Machine support |
18 | 18 | ||