summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/Makefile
blob: ad0e67fec08587be3dc23cd7117a21d49ef4f3ca (plain) (blame)
1
2
3
4
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