mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00: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
|