aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors/Makefile
blob: 42f44cc610dda5f6745d5a69051272171f0b36b7 (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for cpuidle governors.
#

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