diff options
Diffstat (limited to 'arch/mips/kernel/cpufreq/Makefile')
-rw-r--r-- | arch/mips/kernel/cpufreq/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/kernel/cpufreq/Makefile b/arch/mips/kernel/cpufreq/Makefile new file mode 100644 index 0000000..c3479a43 --- /dev/null +++ b/arch/mips/kernel/cpufreq/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Linux/MIPS cpufreq. +# + +obj-$(CONFIG_LOONGSON2_CPUFREQ) += loongson2_cpufreq.o loongson2_clock.o |