summaryrefslogtreecommitdiffstats
path: root/drivers/soc/samsung/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-08-06 20:20:33 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2020-08-19 21:23:46 +0200
commit17132da70eb766785b9b4677bacce18cc11ea442 (patch)
tree339087bbfb6127100c1730fa17a20a3082d217b4 /drivers/soc/samsung/Makefile
parentcb6c03019cdd383cdba1614f9712bd35715171a3 (diff)
downloadlinux-17132da70eb766785b9b4677bacce18cc11ea442.tar.gz
linux-17132da70eb766785b9b4677bacce18cc11ea442.tar.bz2
linux-17132da70eb766785b9b4677bacce18cc11ea442.zip
ARM: samsung: move pm check code to drivers/soc
This is the only part of plat-samsung that is really shared between the s3c and s5p ports. Moving it to drivers/soc/ lets us make them completely independent. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20200806182059.2431-16-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'drivers/soc/samsung/Makefile')
-rw-r--r--drivers/soc/samsung/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/samsung/Makefile b/drivers/soc/samsung/Makefile
index ecc3a32f6406..59e8e9453f27 100644
--- a/drivers/soc/samsung/Makefile
+++ b/drivers/soc/samsung/Makefile
@@ -10,3 +10,6 @@ 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
obj-$(CONFIG_EXYNOS_REGULATOR_COUPLER) += exynos-regulator-coupler.o
+
+obj-$(CONFIG_SAMSUNG_PM_CHECK) += s3c-pm-check.o
+obj-$(CONFIG_SAMSUNG_PM_DEBUG) += s3c-pm-debug.o