diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-23 00:44:02 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-30 01:14:45 +0000 |
commit | 714cfe7865e5182a3b25be6a95c0b17aa8e64aa9 (patch) | |
tree | b6ff754613c17d196b2f1e9fc1db937a370bce9f /arch/mips/oprofile/Makefile | |
parent | 2472d0b519c9634d89420064315c0926149947aa (diff) |
[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/Makefile | 1 |
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 |