Merge remote-tracking branch 'vfs-miklos/next'
[deliverable/linux.git] / arch / arm / mach-exynos / Makefile
CommitLineData
83014579 1# arch/arm/mach-exynos/Makefile
10606aad
KK
2#
3# Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
9dfa92ec
AB
8ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
9
cc511b8d 10# Core
10606aad 11
bfce552d 12obj-$(CONFIG_ARCH_EXYNOS) += exynos.o exynos-smc.o firmware.o
cc511b8d 13
03c1b760 14obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm.o sleep.o
0d713cf1 15obj-$(CONFIG_PM_SLEEP) += suspend.o
10606aad
KK
16
17obj-$(CONFIG_SMP) += platsmp.o headsmp.o
30d8bead 18
a4a18d2b
TF
19plus_sec := $(call as-instr,.arch_extension sec,+sec)
20AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec)
2b9d9c32 21AFLAGS_sleep.o :=-Wa,-march=armv7-a$(plus_sec)
ccf55117
AK
22
23obj-$(CONFIG_EXYNOS5420_MCPM) += mcpm-exynos.o
4081503b 24CFLAGS_mcpm-exynos.o += -march=armv7-a
This page took 0.233785 seconds and 5 git commands to generate.