diff options
Diffstat (limited to 'arch/mips/Kbuild')
-rw-r--r-- | arch/mips/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kbuild b/arch/mips/Kbuild index a18eb5d4d40e..6ce938200bbd 100644 --- a/arch/mips/Kbuild +++ b/arch/mips/Kbuild | |||
@@ -1,3 +1,9 @@ | |||
1 | # Fail on warnings - also for files referenced in subdirs | ||
2 | # -Werror can be disabled for specific files using: | ||
3 | # CFLAGS_<file.o> := -Wno-error | ||
4 | subdir-ccflags-y := -Werror | ||
5 | |||
6 | |||
1 | # mips object files | 7 | # mips object files |
2 | # The object files are linked as core-y files would be linked | 8 | # The object files are linked as core-y files would be linked |
3 | 9 | ||