]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - drivers/cpuidle/governors/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / cpuidle / governors / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for cpuidle governors.
4 #
5
6 obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o
7 obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o
8 obj-$(CONFIG_CPU_IDLE_GOV_TEO) += teo.o