/drivers/cpufreq/Makefile
https://bitbucket.org/evzijst/gittest · Makefile · 14 lines · 7 code · 3 blank · 4 comment · 0 complexity · e19dbf703a3020f937f51a32602f9561 MD5 · raw file
- # CPUfreq core
- obj-$(CONFIG_CPU_FREQ) += cpufreq.o
- # CPUfreq stats
- obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
- # CPUfreq governors
- obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE) += cpufreq_performance.o
- obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE) += cpufreq_powersave.o
- obj-$(CONFIG_CPU_FREQ_GOV_USERSPACE) += cpufreq_userspace.o
- obj-$(CONFIG_CPU_FREQ_GOV_ONDEMAND) += cpufreq_ondemand.o
- # CPUfreq cross-arch helpers
- obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o