diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index e8412b35dcb0..c85ba32d8956 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile | |||
@@ -16,6 +16,14 @@ obj-$(CONFIG_CPU_S3C2440) += irq.o | |||
16 | obj-$(CONFIG_CPU_S3C2440) += clock.o | 16 | obj-$(CONFIG_CPU_S3C2440) += clock.o |
17 | obj-$(CONFIG_S3C2440_DMA) += dma.o | 17 | obj-$(CONFIG_S3C2440_DMA) += dma.o |
18 | 18 | ||
19 | obj-$(CONFIG_CPU_S3C244X) += s3c244x.o | ||
20 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o | ||
21 | obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o | ||
22 | obj-$(CONFIG_S3C2440_CPUFREQ) += s3c2440-cpufreq.o | ||
23 | |||
24 | obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o | ||
25 | obj-$(CONFIG_S3C2440_PLL_16934400) += s3c2440-pll-16934400.o | ||
26 | |||
19 | # Machine support | 27 | # Machine support |
20 | 28 | ||
21 | obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o | 29 | obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o |