forked from rrcarlosr/Jetpack
5 lines
242 B
Makefile
5 lines
242 B
Makefile
|
ccflags-y += -I$(srctree)/drivers/devfreq
|
||
|
obj-$(CONFIG_DEVFREQ_GOV_POD_SCALING) += governor_pod_scaling.o
|
||
|
obj-$(CONFIG_DEVFREQ_GOV_WMARK_SIMPLE) += governor_wmark_simple.o
|
||
|
obj-$(CONFIG_DEVFREQ_GOV_WMARK_ACTIVE) += governor_wmark_active.o
|