1# 2# Makefile for cpuidle governors. 3# 4 5obj-$(CONFIG_CPU_IDLE_GOV_LADDER) += ladder.o 6obj-$(CONFIG_CPU_IDLE_GOV_MENU) += menu.o 7