aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/Makefile
diff options
context:
space:
mode:
authorMark Mason <mason@broadcom.com>2006-01-17 12:06:32 -0800
committerRalf Baechle <ralf@linux-mips.org>2006-02-07 13:30:22 +0000
commitc03bc121212ecb36120b118a94c1b91a2e07b7b2 (patch)
treef75749e5c04e01dbc5e7e56e6c5a4d36f718a6be /arch/mips/oprofile/Makefile
parent[MIPS] BCM1480: Cleanup debug code left behind in the PCI driver. (diff)
downloadlinux-dev-c03bc121212ecb36120b118a94c1b91a2e07b7b2.tar.xz
linux-dev-c03bc121212ecb36120b118a94c1b91a2e07b7b2.zip
[MIPS] SB1: Add oprofile support.
Signed-off-by: Mark Mason <mason@broadcom.com> 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 354261d37d62..0a50aad5bbe4 100644
--- a/arch/mips/oprofile/Makefile
+++ b/arch/mips/oprofile/Makefile
@@ -12,4 +12,5 @@ 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_SB1) += op_model_mipsxx.o
oprofile-$(CONFIG_CPU_RM9000) += op_model_rm9000.o