diff options
Diffstat (limited to 'drivers/cpufreq/Makefile')
-rw-r--r-- | drivers/cpufreq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 8b21016ac157..2701acafd65b 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile | |||
@@ -74,3 +74,7 @@ obj-$(CONFIG_ARCH_TEGRA) += tegra-cpufreq.o | |||
74 | ################################################################################## | 74 | ################################################################################## |
75 | # PowerPC platform drivers | 75 | # PowerPC platform drivers |
76 | obj-$(CONFIG_CPU_FREQ_MAPLE) += maple-cpufreq.o | 76 | obj-$(CONFIG_CPU_FREQ_MAPLE) += maple-cpufreq.o |
77 | |||
78 | ################################################################################## | ||
79 | # Other platform drivers | ||
80 | obj-$(CONFIG_AVR32_AT32AP_CPUFREQ) += at32ap-cpufreq.o | ||