mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +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
|