]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-s5p/Makefile
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / arch / arm / plat-s5p / Makefile
1 # arch/arm/plat-s5p/Makefile
2 #
3 # Copyright (c) 2009 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 obj-y                           :=
9 obj-m                           :=
10 obj-n                           := dummy.o
11 obj-                            :=
12
13 # Core files
14
15 obj-y                           += clock.o
16 obj-y                           += irq.o
17 obj-$(CONFIG_S5P_EXT_INT)       += irq-eint.o
18 obj-$(CONFIG_S5P_GPIO_INT)      += irq-gpioint.o
19 obj-$(CONFIG_S5P_PM)            += pm.o irq-pm.o
20 obj-$(CONFIG_S5P_SLEEP)         += sleep.o
21 obj-$(CONFIG_S5P_HRT)           += s5p-time.o
22
23 # devices
24
25 obj-$(CONFIG_S5P_DEV_UART)      += dev-uart.o
26 obj-$(CONFIG_S5P_DEV_MFC)       += dev-mfc.o
27 obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o