mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
#
|
|||
# Makefile for cpuidle governors.
|
|||
#
|
|||
|
|||
obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o
|
|||
obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o
|