Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinux
[deliverable/linux.git] / arch / arm / mach-s5pv210 / Makefile
1 # arch/arm/mach-s5pv210/Makefile
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 # http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
9
10 obj-y :=
11 obj-m :=
12 obj-n :=
13 obj- :=
14
15 # Core
16
17 obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
18
19 # machine support
20
21 obj-y += s5pv210.o
This page took 0.033218 seconds and 5 git commands to generate.