]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-exynos/Makefile
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
[karo-tx-linux.git] / arch / arm / mach-exynos / Makefile
1 # arch/arm/mach-exynos/Makefile
2 #
3 # Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 ccflags-$(CONFIG_ARCH_MULTIPLATFORM) += -I$(srctree)/$(src)/include -I$(srctree)/arch/arm/plat-samsung/include
9
10 # Core
11
12 obj-$(CONFIG_ARCH_EXYNOS)       += exynos.o pmu.o exynos-smc.o firmware.o
13
14 obj-$(CONFIG_EXYNOS_CPU_SUSPEND) += pm.o sleep.o
15 obj-$(CONFIG_PM_SLEEP)          += suspend.o
16 obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
17
18 obj-$(CONFIG_SMP)               += platsmp.o headsmp.o
19
20 plus_sec := $(call as-instr,.arch_extension sec,+sec)
21 AFLAGS_exynos-smc.o             :=-Wa,-march=armv7-a$(plus_sec)
22 AFLAGS_sleep.o                  :=-Wa,-march=armv7-a$(plus_sec)
23
24 obj-$(CONFIG_EXYNOS5420_MCPM)   += mcpm-exynos.o
25 CFLAGS_mcpm-exynos.o            += -march=armv7-a
26
27 obj-$(CONFIG_S5P_DEV_MFC)       += s5p-dev-mfc.o