diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 02:13:35 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-01 12:55:26 -0500 |
commit | 491547d43bc2393de914b5ad18b6f5219107f918 (patch) | |
tree | 105eb1aa178d7dd21890cefdd3965af6113a0881 /arch/arm/mach-s3c2442/Makefile | |
parent | 5cbcccb370355d4cd8534796bf32ac8bb04627cc (diff) |
ARM: S3C2442: Merge s3c2442.c and clock.c
Merge s3c2442.c and clock.c as the s3c242.c does not contain much and
the clock parts are always built for s3c2442 anyway.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2442/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2442/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/Makefile b/arch/arm/mach-s3c2442/Makefile index 2a909c6c5798..7e31ccdc83de 100644 --- a/arch/arm/mach-s3c2442/Makefile +++ b/arch/arm/mach-s3c2442/Makefile | |||
@@ -10,7 +10,6 @@ obj-n := | |||
10 | obj- := | 10 | obj- := |
11 | 11 | ||
12 | obj-$(CONFIG_CPU_S3C2442) += s3c2442.o | 12 | obj-$(CONFIG_CPU_S3C2442) += s3c2442.o |
13 | obj-$(CONFIG_CPU_S3C2442) += clock.o | ||
14 | 13 | ||
15 | # Machine support | 14 | # Machine support |
16 | 15 | ||