diff options
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 80884983270d..22b2e0e38617 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -104,4 +104,6 @@ obj-$(CONFIG_HAVE_STD_PC_SERIAL_PORT) += 8250-platform.o | |||
104 | 104 | ||
105 | obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/ | 105 | obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/ |
106 | 106 | ||
107 | obj-$(CONFIG_HW_PERF_EVENTS) += perf_event.o | ||
108 | |||
107 | CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) | 109 | CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) |