diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 09:06:53 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 16:46:15 -0500 |
commit | b915a125112b2500d5c6fd752948afc170a49cef (patch) | |
tree | 7d5351abdb6c3e90297bccb56ae8fd377f056c83 /arch/arm/plat-s3c24xx/Makefile | |
parent | 6af0e929e9fb60a8e2609555129713f310188f33 (diff) |
[ARM] S3C: Move time.c to arch/arm/plat-s3c
Move time.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-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 80cf8eb211ff..8da14beda770 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile | |||
@@ -17,7 +17,6 @@ obj-y += irq.o | |||
17 | obj-y += devs.o | 17 | obj-y += devs.o |
18 | obj-y += gpio.o | 18 | obj-y += gpio.o |
19 | obj-y += gpiolib.o | 19 | obj-y += gpiolib.o |
20 | obj-y += time.o | ||
21 | obj-y += clock.o | 20 | obj-y += clock.o |
22 | obj-y += pwm-clock.o | 21 | obj-y += pwm-clock.o |
23 | obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o | 22 | obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o |