PM / devfreq: Add basic governors
[firefly-linux-kernel-4.4.55.git] / drivers / devfreq / Makefile
index 168934a12b38f7f9801f976cc382b32f1d74a190..4564a89e970ab9fe165e639f913efa79fe903169 100644 (file)
@@ -1 +1,5 @@
 obj-$(CONFIG_PM_DEVFREQ)       += devfreq.o
+obj-$(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)      += governor_simpleondemand.o
+obj-$(CONFIG_DEVFREQ_GOV_PERFORMANCE)  += governor_performance.o
+obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE)    += governor_powersave.o
+obj-$(CONFIG_DEVFREQ_GOV_USERSPACE)    += governor_userspace.o