mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 09:26:09 +07:00
36f0a1ccb3
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
|