[IA64] rename _bss to __bss_start
[safe/jmp/linux-2.6] / arch / mips / oprofile / Makefile
index 17b411b..bf3be6f 100644 (file)
@@ -10,6 +10,8 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
 
 oprofile-y                             := $(DRIVER_OBJS) common.o
 
-oprofile-$(CONFIG_CPU_MIPS32_R1)               += op_model_mipsxx.o
-oprofile-$(CONFIG_CPU_MIPS64_R1)               += op_model_mipsxx.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