diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 49b71d5f2e59..4417f1ad99b6 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -10,6 +10,11 @@ obj-m := | |||
10 | obj-n := | 10 | obj-n := |
11 | obj- := | 11 | obj- := |
12 | 12 | ||
13 | # Core files | ||
14 | obj-y += cpu.o | ||
15 | obj-y += clock.o | ||
16 | obj-y += gpiolib.o | ||
17 | |||
13 | # Core support for S3C6400 system | 18 | # Core support for S3C6400 system |
14 | 19 | ||
15 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o | 20 | obj-$(CONFIG_CPU_S3C6400) += s3c6400.o |
@@ -18,6 +23,14 @@ obj-$(CONFIG_CPU_S3C6410) += s3c6410.o | |||
18 | obj-y += irq.o | 23 | obj-y += irq.o |
19 | obj-y += irq-eint.o | 24 | obj-y += irq-eint.o |
20 | 25 | ||
26 | # CPU frequency scaling | ||
27 | |||
28 | obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o | ||
29 | |||
30 | # DMA support | ||
31 | |||
32 | obj-$(CONFIG_S3C64XX_DMA) += dma.o | ||
33 | |||
21 | # Device setup | 34 | # Device setup |
22 | 35 | ||
23 | obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o | 36 | obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o |
@@ -28,6 +41,8 @@ obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o | |||
28 | 41 | ||
29 | # PM | 42 | # PM |
30 | 43 | ||
44 | obj-$(CONFIG_PM) += pm.o | ||
45 | obj-$(CONFIG_PM) += sleep.o | ||
31 | obj-$(CONFIG_PM) += irq-pm.o | 46 | obj-$(CONFIG_PM) += irq-pm.o |
32 | 47 | ||
33 | # Machine support | 48 | # Machine support |