2010-02-24 08:40:29 +01:00
|
|
|
# arch/arm/mach-s5pv210/Makefile
|
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
2014-07-03 13:17:12 +02:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
|
|
|
|
|
2011-12-22 23:32:07 +01:00
|
|
|
# Core
|
|
|
|
|
2014-07-02 19:37:45 +02:00
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
|
2010-02-24 08:40:29 +01:00
|
|
|
|
|
|
|
# machine support
|
|
|
|
|
2014-07-03 13:17:12 +02:00
|
|
|
obj-y += s5pv210.o
|