summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 15:06:54 +0200
committerBen Dooks <ben-linux@fluff.org>2008-12-15 22:46:18 +0100
commitadbefaa5fdc6673bf389c00c3448b12d6125990b (patch)
treeabe2ab3a6c25e2f423437b3f2d30670dcf46382a /arch/arm/plat-s3c/Makefile
parent[ARM] S3C: Move time.c to arch/arm/plat-s3c (diff)
downloadlinux-adbefaa5fdc6673bf389c00c3448b12d6125990b.tar.xz
linux-adbefaa5fdc6673bf389c00c3448b12d6125990b.zip
[ARM] S3C: Move core clock support to plat-s3c
Move the core clock registration and definitions in arch/arm/plat-s3c24xx/clock.c to arch/arm/plat-s3c to be shared with the S3C64XX implementations. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r--arch/arm/plat-s3c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile
index 3c543ed5fb97..51e7ed5c5c93 100644
--- a/arch/arm/plat-s3c/Makefile
+++ b/arch/arm/plat-s3c/Makefile
@@ -13,3 +13,4 @@ obj- :=
obj-y += init.o
obj-y += time.o
+obj-y += clock.o \ No newline at end of file