c81106f5d7c1019696a533c52963ab17057151a5
[deliverable/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-$(CONFIG_S5P_HRT) += s5p-time.o
16
17 # devices
18
19 obj-$(CONFIG_S5P_DEV_UART) += dev-uart.o
20 obj-$(CONFIG_S5P_DEV_MFC) += dev-mfc.o
21 obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o
This page took 0.03187 seconds and 4 git commands to generate.