diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-01 19:47:07 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-31 03:10:24 +0400 |
commit | b5ead1cda64336b589eb4353e00f69c818fb6603 (patch) | |
tree | 75710d24405a28dd7f02d07eb31ce6d0197f0475 /arch/arm/plat-s3c24xx/Makefile | |
parent | 14077ea63b5aea1db0142c1085d24aa0d11b9d36 (diff) | |
download | linux-b5ead1cda64336b589eb4353e00f69c818fb6603.tar.xz |
ARM: S3C: move timer/pwm handling from plat-s3c24xx to plat-s3c
The s3c64xx devices use the same hardware core as s3c24xx, so move
the timer/pwm handling to plat-s3c so it can be used by both.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 579a165c2827..0807831c9927 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -29,7 +29,6 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += irq-pm.o obj-$(CONFIG_PM) += sleep.o -obj-$(CONFIG_S3C24XX_PWM) += pwm.o obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o obj-$(CONFIG_S3C2410_DMA) += dma.o obj-$(CONFIG_S3C24XX_ADC) += adc.o |