diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:54 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:46:18 +0000 |
commit | adbefaa5fdc6673bf389c00c3448b12d6125990b (patch) | |
tree | abe2ab3a6c25e2f423437b3f2d30670dcf46382a /arch/arm/plat-s3c/Makefile | |
parent | b915a125112b2500d5c6fd752948afc170a49cef (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 3c543ed5fb9..51e7ed5c5c9 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 |