aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-25 21:07:23 -0500
committerBen Dooks <ben-linux@fluff.org>2010-02-20 17:32:00 -0500
commited618aff8a952f712caf1d475e0947a32a8b6606 (patch)
treed106f5b5c24e42c6498c3a8a7340ba74ba62a4a3 /arch/arm/plat-s3c64xx/Makefile
parent3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (diff)
ARM: S3C64XX: Move IRQ support into mach-s3c64xx
Move IRQ support to mach-s3c64xx as it is unlikely to be re-used outside this machine. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 80255a5e1789..3e52dcdb3648 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -15,8 +15,6 @@ obj- :=
15obj-y += dev-uart.o 15obj-y += dev-uart.o
16obj-y += dev-rtc.o 16obj-y += dev-rtc.o
17obj-y += cpu.o 17obj-y += cpu.o
18obj-y += irq.o
19obj-y += irq-eint.o
20obj-y += clock.o 18obj-y += clock.o
21obj-y += gpiolib.o 19obj-y += gpiolib.o
22 20
@@ -30,7 +28,6 @@ obj-$(CONFIG_CPU_FREQ_S3C64XX) += cpufreq.o
30 28
31obj-$(CONFIG_PM) += pm.o 29obj-$(CONFIG_PM) += pm.o
32obj-$(CONFIG_PM) += sleep.o 30obj-$(CONFIG_PM) += sleep.o
33obj-$(CONFIG_PM) += irq-pm.o
34 31
35# DMA support 32# DMA support
36 33