CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/17 17:54:23
Modified files:
arch/mips/oprofile: Makefile
Log message:
Drop -Wno-sign-compare.
diff -urN linux/arch/mips/oprofile/Makefile linux/arch/mips/oprofile/Makefile
--- linux/arch/mips/oprofile/Makefile 2004/12/12 02:22:46 1.1
+++ linux/arch/mips/oprofile/Makefile 2005/01/17 17:54:23 1.2
@@ -1,4 +1,4 @@
-EXTRA_CFLAGS := -Werror -Wno-sign-compare
+EXTRA_CFLAGS := -Werror
obj-$(CONFIG_OPROFILE) += oprofile.o
@@ -10,4 +10,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_RM9000) += op_model_rm9000.o
|