2024-09-09 08:52:07 +00:00
|
|
|
# arch/arm/mach-s5pv210/Makefile
|
|
|
|
#
|
|
|
|
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
# Core
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
# machine support
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
obj-y += s5pv210.o
|