7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
#
|
||
|
# Makefile for cpuidle.
|
||
|
#
|
||
|
|
||
|
obj-y += cpuidle.o driver.o governor.o sysfs.o governors/
|
||
|
obj-$(CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED) += coupled.o
|