aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-10-23 00:44:02 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-11-30 01:14:45 +0000
commit714cfe7865e5182a3b25be6a95c0b17aa8e64aa9 (patch)
treeb6ff754613c17d196b2f1e9fc1db937a370bce9f /arch/mips/oprofile/Makefile
parent[MIPS] Remove unused R10000 performance counter definitions. (diff)
downloadlinux-dev-714cfe7865e5182a3b25be6a95c0b17aa8e64aa9.tar.xz
linux-dev-714cfe7865e5182a3b25be6a95c0b17aa8e64aa9.zip
[MIPS] Oprofile: kernel support for the R10000.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile/Makefile')
-rw-r--r--arch/mips/oprofile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/oprofile/Makefile b/arch/mips/oprofile/Makefile
index 0a50aad5bbe4..bf3be6fcf7ff 100644
--- a/arch/mips/oprofile/Makefile
+++ b/arch/mips/oprofile/Makefile
@@ -12,5 +12,6 @@ oprofile-y := $(DRIVER_OBJS) common.o
oprofile-$(CONFIG_CPU_MIPS32) += op_model_mipsxx.o
oprofile-$(CONFIG_CPU_MIPS64) += op_model_mipsxx.o
+oprofile-$(CONFIG_CPU_R10000) += op_model_mipsxx.o
oprofile-$(CONFIG_CPU_SB1) += op_model_mipsxx.o
oprofile-$(CONFIG_CPU_RM9000) += op_model_rm9000.o