Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6-microblaze.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
9 obj-$(CONFIG_CPU_IDLE_GOV_HALTPOLL) += haltpoll.o