aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-25 23:41:30 -0500
committerBen Dooks <ben-linux@fluff.org>2010-02-20 17:33:54 -0500
commitf7be9abaa5f4a64fdcca6808bb7eacb3547e574e (patch)
tree0c14f12dcf4828bcdb8096faf0a577b3cc0c942e /arch/arm/plat-s3c64xx/Makefile
parent88fc68a280709f3fb9488986ab39eac330d17b6d (diff)
ARM: S3C64XX: Move core support to mach-s3c64xx
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used outside of this directory. Also move the SoC header files in with it. This includes the clock, cpu, cpufreq, dma, gpiolib and pll support. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 187b779a2bdc..bd4fe3b48eaa 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -10,23 +10,7 @@ obj-m :=
10obj-n := dummy.o 10obj-n := dummy.o
11obj- := 11obj- :=
12 12
13# Core files
14obj-y += cpu.o
15obj-y += clock.o
16obj-y += gpiolib.o
17
18# CPU support 13# CPU support
19 14
20obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o 15obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
21obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o 16obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
22obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o
23
24# PM support
25
26obj-$(CONFIG_PM) += pm.o
27obj-$(CONFIG_PM) += sleep.o
28
29# DMA support
30
31obj-$(CONFIG_S3C64XX_DMA) += dma.o
32