OSDN Git Service

ARM: S3C24XX: move common clock init into common.c
[uclinux-h8/linux.git] / arch / arm / plat-s3c24xx / Makefile
1 # arch/arm/plat-s3c24xx/Makefile
2 #
3 # Copyright 2007 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 obj-y                           :=
8 obj-m                           :=
9 obj-n                           :=
10 obj-                            :=
11
12
13 # Core files
14
15 obj-y                           += irq.o
16 obj-$(CONFIG_S3C24XX_DCLK)      += clock-dclk.o
17
18 obj-$(CONFIG_CPU_FREQ_S3C24XX)  += cpu-freq.o
19 obj-$(CONFIG_CPU_FREQ_S3C24XX_DEBUGFS) += cpu-freq-debugfs.o
20
21 # Architecture dependent builds
22
23 obj-$(CONFIG_S3C2410_CLOCK)     += s3c2410-clock.o
24 obj-$(CONFIG_S3C24XX_DMA)       += dma.o
25 obj-$(CONFIG_S3C2410_IOTIMING)  += s3c2410-iotiming.o
26 obj-$(CONFIG_S3C2412_IOTIMING)  += s3c2412-iotiming.o
27 obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += s3c2410-cpufreq-utils.o