diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 14:06:55 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 21:46:20 +0000 |
commit | 93b458858f6d40650513f63feef0b350eff4845f (patch) | |
tree | 6a162f8498d7da871c1d5eb4bbbebaf69cd0709e /arch/arm/plat-s3c/Makefile | |
parent | adbefaa5fdc6673bf389c00c3448b12d6125990b (diff) | |
download | kernel-crypto-93b458858f6d40650513f63feef0b350eff4845f.tar.gz kernel-crypto-93b458858f6d40650513f63feef0b350eff4845f.tar.xz kernel-crypto-93b458858f6d40650513f63feef0b350eff4845f.zip |
[ARM] S3C: Move pwm-clock.c to arch/arm/plat-s3c
Move pwm-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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 51e7ed5c5c9..a2fe3c77564 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile @@ -13,4 +13,5 @@ obj- := obj-y += init.o obj-y += time.o -obj-y += clock.o
\ No newline at end of file +obj-y += clock.o +obj-y += pwm-clock.o
\ No newline at end of file |