diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-07-30 18:23:30 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-07-30 18:22:53 -0400 |
commit | 78278d6a9673b487d8229dd430cacdf9964c0d3f (patch) | |
tree | 8e9467633416ac0cf12fc7516557b0b53d7609f9 /arch/arm/plat-s3c24xx/Makefile | |
parent | 342e20f10294aca4097ae2a056c72a202221a75f (diff) |
ARM: S3C2440: CPUFREQ: Add PLL tables
Add PLL tables for the S3C2440.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index b73f2e17b166..c60317b3491b 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile | |||
@@ -28,6 +28,9 @@ obj-$(CONFIG_CPU_S3C244X) += s3c244x.o | |||
28 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o | 28 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o |
29 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o | 29 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o |
30 | obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o | 30 | obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o |
31 | obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o | ||
32 | obj-$(CONFIG_S3C2440_PLL_16934400) += s3c2440-pll-16934400.o | ||
33 | |||
31 | obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o | 34 | obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o |
32 | obj-$(CONFIG_PM) += pm.o | 35 | obj-$(CONFIG_PM) += pm.o |
33 | obj-$(CONFIG_PM) += irq-pm.o | 36 | obj-$(CONFIG_PM) += irq-pm.o |