mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 19:08:01 +07:00
b98ae2729d
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
|