]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/devfreq/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / devfreq / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a3c98b8b 2obj-$(CONFIG_PM_DEVFREQ) += devfreq.o
e6ee3192 3obj-$(CONFIG_PM_DEVFREQ_EVENT) += devfreq-event.o
ce26c5bb
MH
4obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND) += governor_simpleondemand.o
5obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE) += governor_performance.o
6obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
7obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
99613311 8obj-$(CONFIG_DEVFREQ_GOV_PASSIVE) += governor_passive.o
7b405038
MH
9
10# DEVFREQ Drivers
0722249a 11obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o
5a893e31 12obj-$(CONFIG_ARM_RK3399_DMC_DEVFREQ) += rk3399_dmc.o
6234f380 13obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o
f262f28c
CC
14
15# DEVFREQ Event Drivers
16obj-$(CONFIG_PM_DEVFREQ_EVENT) += event/