diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 17:06:22 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-16 00:45:47 +0300 |
commit | 1b3ba68884d192f42fcf4352e1ac7174facc96af (patch) | |
tree | 7589f447b9223f97c5638de3b8359704ee0afc82 /arch/arm/plat-s3c24xx/Makefile | |
parent | 7f565ecc33c5536a76cd73847874df5f804a49aa (diff) | |
download | linux-1b3ba68884d192f42fcf4352e1ac7174facc96af.tar.xz |
[ARM] S3C2410: Move base clock code to plat-s3c24xx
Move the S3C2410 base clock list to arch/arm/plat-s3c24xx
as this code is common to the S3C2410, S3C2440 and S3C2442
cpus.
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, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 6b574016dc44..095a6c2324da 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile @@ -30,6 +30,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_PM) += sleep.o obj-$(CONFIG_HAVE_PWM) += pwm.o +obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o obj-$(CONFIG_S3C2410_DMA) += dma.o # SPI gpio central GPIO functions |