swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: fe82dcec644244676d55a1384c958d5f67979adb authored by Linus Torvalds on 28 September 2014, 21:29:07 UTC
Linux 3.17-rc7
Tip revision: fe82dce
Makefile
# arch/arm/mach-s5pv210/Makefile
#
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
# 		http://www.samsung.com/
#
# Licensed under GPLv2

ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include

obj-y				:=
obj-m				:=
obj-n				:=
obj-				:=

# Core

obj-$(CONFIG_PM_SLEEP)		+= pm.o sleep.o

# machine support

obj-y				+= s5pv210.o
back to top