Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.19-rc4 6 lines 237 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o 3 4obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \ 5 exynos5250-pmu.o exynos5420-pmu.o 6obj-$(CONFIG_EXYNOS_PM_DOMAINS) += pm_domains.o