diff options
author | Olof Johansson <olof@lixom.net> | 2017-04-19 16:58:33 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-04-19 16:58:33 +0300 |
commit | d12523f14ed615d093053cbfc46e3b257b1b9810 (patch) | |
tree | 466dc5955354a64a83e7b196d86c15bc1d2ed728 /drivers/soc/samsung/Makefile | |
parent | 32d8b52b900c88dfe8d83e38c73eba3dcf00e901 (diff) | |
parent | a0ebf66267ebab093cd7e230e70d29249768d249 (diff) | |
download | linux-d12523f14ed615d093053cbfc46e3b257b1b9810.tar.xz |
Merge tag 'samsung-drivers-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers
Samsung SoC drivers update for v4.12 - split building of the PMU driver between
ARMv7 and ARMv8.
* tag 'samsung-drivers-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
soc: samsung: Do not build ARMv7 PMU drivers on ARMv8
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/samsung/Makefile')
-rw-r--r-- | drivers/soc/samsung/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/soc/samsung/Makefile b/drivers/soc/samsung/Makefile index 3619f2ecddaa..4d7694a4e7a4 100644 --- a/drivers/soc/samsung/Makefile +++ b/drivers/soc/samsung/Makefile @@ -1,3 +1,5 @@ -obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o exynos3250-pmu.o exynos4-pmu.o \ +obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o + +obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \ exynos5250-pmu.o exynos5420-pmu.o obj-$(CONFIG_EXYNOS_PM_DOMAINS) += pm_domains.o |