Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « governors « cpuidle « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b512722689f01f0871fb91b72e76cf52dac8f93 (plain)
1
2
3
4
5
6
#
# Makefile for cpuidle governors.
#

obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o
obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o