diff options
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r-- | drivers/cpufreq/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 9531fc2eda22..1bc90e1306d8 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile | |||
@@ -13,13 +13,15 @@ obj-$(CONFIG_CPU_FREQ_GOV_CONSERVATIVE) += cpufreq_conservative.o | |||
13 | # CPUfreq cross-arch helpers | 13 | # CPUfreq cross-arch helpers |
14 | obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o | 14 | obj-$(CONFIG_CPU_FREQ_TABLE) += freq_table.o |
15 | 15 | ||
16 | obj-$(CONFIG_GENERIC_CPUFREQ_CPU0) += cpufreq-cpu0.o | ||
17 | |||
16 | ################################################################################## | 18 | ################################################################################## |
17 | # x86 drivers. | 19 | # x86 drivers. |
18 | # Link order matters. K8 is preferred to ACPI because of firmware bugs in early | 20 | # Link order matters. K8 is preferred to ACPI because of firmware bugs in early |
19 | # K8 systems. ACPI is preferred to all other hardware-specific drivers. | 21 | # K8 systems. ACPI is preferred to all other hardware-specific drivers. |
20 | # speedstep-* is preferred over p4-clockmod. | 22 | # speedstep-* is preferred over p4-clockmod. |
21 | 23 | ||
22 | obj-$(CONFIG_X86_POWERNOW_K8) += powernow-k8.o mperf.o | 24 | obj-$(CONFIG_X86_POWERNOW_K8) += powernow-k8.o |
23 | obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o mperf.o | 25 | obj-$(CONFIG_X86_ACPI_CPUFREQ) += acpi-cpufreq.o mperf.o |
24 | obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o | 26 | obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o |
25 | obj-$(CONFIG_X86_POWERNOW_K6) += powernow-k6.o | 27 | obj-$(CONFIG_X86_POWERNOW_K6) += powernow-k6.o |