]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/oprofile/Makefile
trivial: fix typo "for for" in multiple files
[karo-tx-linux.git] / arch / mips / oprofile / Makefile
index 17b411b2206318d6675b92e32bf8e6e4935740a5..02cc65e52d11b47574b2940e5859a733f7d0fd85 100644 (file)
@@ -10,6 +10,9 @@ 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
+oprofile-$(CONFIG_CPU_LOONGSON2)       += op_model_loongson2.o