Files
Debian-9-Kernel/drivers/cpuidle/governors/Makefile
T

7 lines
127 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
#
# Makefile for cpuidle governors.
#
obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o
obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o