mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
0a90d4d62c
This patch makes S5PV210 not rely on legacy suspend helpers in plat-samsung and implements platform suspend logic locally, similarly to Exynos. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
23 lines
343 B
Makefile
23 lines
343 B
Makefile
# arch/arm/mach-s5pv210/Makefile
|
|
#
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
obj-y :=
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
# Core
|
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_S5PV210_DT) += s5pv210.o
|
|
# device support
|
|
|
|
obj-y += setup-i2c0.o
|