Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204488
b: refs/heads/master
c: 66f9ba1
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ralf Baechle committed Aug 5, 2010
1 parent a86b3d6 commit f396529
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9aeb404b4cfed41fdfd01e6fb3cc995c327ba98e
refs/heads/master: 66f9ba101f54bda63ab1db97f9e9e94763d0651b
6 changes: 6 additions & 0 deletions trunk/arch/mips/Kbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Fail on warnings - also for files referenced in subdirs
# -Werror can be disabled for specific files using:
# CFLAGS_<file.o> := -Wno-error
subdir-ccflags-y := -Werror


# mips object files
# The object files are linked as core-y files would be linked

Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,4 @@ obj-$(CONFIG_HAVE_STD_PC_SERIAL_PORT) += 8250-platform.o

obj-$(CONFIG_MIPS_CPUFREQ) += cpufreq/

EXTRA_CFLAGS += -Werror

CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
1 change: 0 additions & 1 deletion trunk/arch/mips/math-emu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ obj-y := cp1emu.o ieee754m.o ieee754d.o ieee754dp.o ieee754sp.o ieee754.o \
sp_scalb.o sp_simple.o sp_tint.o sp_fint.o sp_tlong.o sp_flong.o \
dp_sqrt.o sp_sqrt.o kernel_linkage.o dsemul.o

EXTRA_CFLAGS += -Werror
2 changes: 0 additions & 2 deletions trunk/arch/mips/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ obj-$(CONFIG_IP22_CPU_SCACHE) += sc-ip22.o
obj-$(CONFIG_R5000_CPU_SCACHE) += sc-r5k.o
obj-$(CONFIG_RM7000_CPU_SCACHE) += sc-rm7k.o
obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o

EXTRA_CFLAGS += -Werror

0 comments on commit f396529

Please sign in to comment.