2017-12-25 22:54:34 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2010-02-24 10:40:29 +03:00
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
|
2016-06-08 17:21:19 +03:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include
|
2014-07-03 15:17:12 +04:00
|
|
|
|
2011-12-23 02:32:07 +04:00
|
|
|
# Core
|
|
|
|
|
2014-07-02 21:37:45 +04:00
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
|
2010-02-24 10:40:29 +03:00
|
|
|
|
|
|
|
# machine support
|
|
|
|
|
2014-07-03 15:17:12 +04:00
|
|
|
obj-y += s5pv210.o
|