]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/cpuidle/governors/Makefile
net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
[linux.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