diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-30 11:12:58 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-10 11:44:43 +0900 |
commit | 8d6f8658305db969981f64a22296b487ef2f1148 (patch) | |
tree | 7c5de11b14ae048489e41d3cff15f5a89b1beb61 /arch/arm/mach-s3c2416/Makefile | |
parent | af337f3e633a198034a99450416257ddf2307497 (diff) | |
download | talos-op-linux-8d6f8658305db969981f64a22296b487ef2f1148.tar.gz talos-op-linux-8d6f8658305db969981f64a22296b487ef2f1148.zip |
ARM: S3C2416: Add basic clock support
Add basic clock support for the PLLs, HSMMC channels and
PWM clocks. This is enough to get a basic system up and
running.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2416/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2416/Makefile b/arch/arm/mach-s3c2416/Makefile index 9183e81037ca..6c12c7bf40ad 100644 --- a/arch/arm/mach-s3c2416/Makefile +++ b/arch/arm/mach-s3c2416/Makefile @@ -9,7 +9,7 @@ obj-m := obj-n := obj- := -obj-$(CONFIG_CPU_S3C2416) += s3c2416.o +obj-$(CONFIG_CPU_S3C2416) += s3c2416.o clock.o obj-$(CONFIG_CPU_S3C2416) += irq.o #obj-$(CONFIG_S3C2416_DMA) += dma.o |