/drivers/cpufreq/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 14 lines · 7 code · 3 blank · 4 comment · 0 complexity · e19dbf703a3020f937f51a32602f9561 MD5 · raw file

  1. # CPUfreq core
  2. obj-$(CONFIG_CPU_FREQ) += cpufreq.o
  3. # CPUfreq stats
  4. obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
  5. # CPUfreq governors
  6. obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE) += cpufreq_performance.o
  7. obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE) += cpufreq_powersave.o
  8. obj-$(CONFIG_CPU_FREQ_GOV_USERSPACE) += cpufreq_userspace.o
  9. obj-$(CONFIG_CPU_FREQ_GOV_ONDEMAND) += cpufreq_ondemand.o
  10. # CPUfreq cross-arch helpers
  11. obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o