Makefile (f26e8817b235d8764363bffcc9cbfc61867371f2) | Makefile (049633fc09b0fd1d3e6aac52d3a1b2461a17960b) |
---|---|
1# arch/arm/mach-s5pv210/Makefile | 1# SPDX-License-Identifier: GPL-2.0 |
2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ | 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ |
5# 6# Licensed under GPLv2 | |
7 8ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include 9 10# Core 11 12obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o 13 14# machine support 15 16obj-y += s5pv210.o | 5 6ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/arch/arm/plat-samsung/include 7 8# Core 9 10obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o 11 12# machine support 13 14obj-y += s5pv210.o |