mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
06512c539f
Replace GPL license statements with SPDX GPL-2.0 license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
7 lines
237 B
Makefile
7 lines
237 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
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
|