mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-25 17:10:42 +07:00
e481ab23c5
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
|