Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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
91cfbd4e 16obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
10606aad
KK
17
18obj-$(CONFIG_SMP) += platsmp.o headsmp.o
30d8bead 19
a4a18d2b
TF
20plus_sec := $(call as-instr,.arch_extension sec,+sec)
21AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec)
2b9d9c32 22AFLAGS_sleep.o :=-Wa,-march=armv7-a$(plus_sec)
ccf55117
AK
23
24obj-$(CONFIG_EXYNOS5420_MCPM) += mcpm-exynos.o
4081503b 25CFLAGS_mcpm-exynos.o += -march=armv7-a
b93b315d
KK
26
27obj-$(CONFIG_S5P_DEV_MFC) += s5p-dev-mfc.o
This page took 0.211031 seconds and 5 git commands to generate.