]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/plat-s3c24xx/Makefile
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[mirror_ubuntu-artful-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 += time.o
21 obj-y += clock.o
22 obj-y += pwm-clock.o
23
24 # Architecture dependant builds
25
26 obj-$(CONFIG_CPU_S3C244X) += s3c244x.o
27 obj-$(CONFIG_CPU_S3C244X) += s3c244x-irq.o
28 obj-$(CONFIG_CPU_S3C244X) += s3c244x-clock.o
29 obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
30 obj-$(CONFIG_PM) += pm.o
31 obj-$(CONFIG_PM) += sleep.o
32 obj-$(CONFIG_HAVE_PWM) += pwm.o
33 obj-$(CONFIG_S3C2410_DMA) += dma.o
34 obj-$(CONFIG_MACH_SMDK) += common-smdk.o