Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorri...
[linux-2.6-block.git] / arch / arm / mach-exynos / Makefile
CommitLineData
347863d4 1# SPDX-License-Identifier: GPL-2.0
10606aad
KK
2#
3# Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
10606aad 5
9dfa92ec
AB
6ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
7
cc511b8d 8# Core
10606aad 9
bfce552d 10obj-$(CONFIG_ARCH_EXYNOS) += exynos.o exynos-smc.o firmware.o
cc511b8d 11
03c1b760 12obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm.o sleep.o
0d713cf1 13obj-$(CONFIG_PM_SLEEP) += suspend.o
10606aad
KK
14
15obj-$(CONFIG_SMP) += platsmp.o headsmp.o
30d8bead 16
a4a18d2b
TF
17plus_sec := $(call as-instr,.arch_extension sec,+sec)
18AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec)
2b9d9c32 19AFLAGS_sleep.o :=-Wa,-march=armv7-a$(plus_sec)
ccf55117
AK
20
21obj-$(CONFIG_EXYNOS5420_MCPM) += mcpm-exynos.o
4081503b 22CFLAGS_mcpm-exynos.o += -march=armv7-a