Merge branch 'sh/dwarf-unwinder'
[pandora-kernel.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                           += cpu.o
16 obj-y                           += irq.o
17 obj-y                           += devs.o
18 obj-y                           += gpio.o
19 obj-y                           += gpiolib.o
20 obj-y                           += clock.o
21 obj-$(CONFIG_S3C24XX_DCLK)      += clock-dclk.o
22
23 obj-$(CONFIG_CPU_FREQ_S3C24XX)  += cpu-freq.o
24 obj-$(CONFIG_CPU_FREQ_S3C24XX_DEBUGFS) += cpu-freq-debugfs.o
25
26 # Architecture dependant builds
27
28 obj-$(CONFIG_CPU_S3C244X)       += s3c244x.o
29 obj-$(CONFIG_CPU_S3C244X)       += s3c244x-irq.o
30 obj-$(CONFIG_CPU_S3C244X)       += s3c244x-clock.o
31 obj-$(CONFIG_S3C2440_CPUFREQ)   += s3c2440-cpufreq.o
32 obj-$(CONFIG_S3C2440_PLL_12000000) += s3c2440-pll-12000000.o
33 obj-$(CONFIG_S3C2440_PLL_16934400) += s3c2440-pll-16934400.o
34
35 obj-$(CONFIG_PM_SIMTEC)         += pm-simtec.o
36 obj-$(CONFIG_PM)                += pm.o
37 obj-$(CONFIG_PM)                += irq-pm.o
38 obj-$(CONFIG_PM)                += sleep.o
39 obj-$(CONFIG_S3C2410_CLOCK)     += s3c2410-clock.o
40 obj-$(CONFIG_S3C2410_DMA)       += dma.o
41 obj-$(CONFIG_S3C24XX_ADC)       += adc.o
42 obj-$(CONFIG_S3C2410_IOTIMING)  += s3c2410-iotiming.o
43 obj-$(CONFIG_S3C2412_IOTIMING)  += s3c2412-iotiming.o
44 obj-$(CONFIG_S3C2410_CPUFREQ_UTILS) += s3c2410-cpufreq-utils.o
45
46 # device specific setup and/or initialisation
47 obj-$(CONFIG_ARCH_S3C2410)      += setup-i2c.o
48
49 # SPI gpio central GPIO functions
50
51 obj-$(CONFIG_S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13) += spi-bus0-gpe11_12_13.o
52 obj-$(CONFIG_S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7)    += spi-bus1-gpg5_6_7.o
53 obj-$(CONFIG_S3C24XX_SPI_BUS1_GPD8_GPD9_GPD10)   += spi-bus1-gpd8_9_10.o
54
55 # machine common support
56
57 obj-$(CONFIG_MACH_SMDK)         += common-smdk.o