mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 14:44:31 +07:00
17132da70e
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>
16 lines
544 B
Makefile
16 lines
544 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_EXYNOS_ASV) += exynos-asv.o
|
|
obj-$(CONFIG_EXYNOS_ASV_ARM) += exynos5422-asv.o
|
|
|
|
obj-$(CONFIG_EXYNOS_CHIPID) += exynos-chipid.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
|
|
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
|