mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
#
|
|
# Makefile for cpuidle governors.
|
|
#
|
|
|
|
obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o
|
|
obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o
|