]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-exynos/Makefile
ARM: EXYNOS: Move the driver to drivers/cpuidle directory
[mirror_ubuntu-artful-kernel.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
8obj-y :=
9obj-m :=
10obj-n :=
11obj- :=
12
cc511b8d 13# Core
10606aad 14
cbf08b9e 15obj-$(CONFIG_ARCH_EXYNOS) += exynos.o
cc511b8d 16
d710aa31 17obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o
91cfbd4e 18obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
10606aad 19
7d44d2ba 20obj-$(CONFIG_ARCH_EXYNOS) += pmu.o
cc511b8d 21
10606aad 22obj-$(CONFIG_SMP) += platsmp.o headsmp.o
30d8bead 23
10606aad
KK
24obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
25
a4a18d2b 26obj-$(CONFIG_ARCH_EXYNOS) += exynos-smc.o
bca28f8f 27obj-$(CONFIG_ARCH_EXYNOS) += firmware.o
a4a18d2b
TF
28
29plus_sec := $(call as-instr,.arch_extension sec,+sec)
30AFLAGS_exynos-smc.o :=-Wa,-march=armv7-a$(plus_sec)
ccf55117
AK
31
32obj-$(CONFIG_EXYNOS5420_MCPM) += mcpm-exynos.o