MIPS: Add -Werror to arch/mips/Kbuild
[deliverable/linux.git] / arch / mips / Kbuild
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
7 # mips object files
8 # The object files are linked as core-y files would be linked
9
10 obj-y += kernel/
11 obj-y += mm/
12 obj-y += math-emu/
This page took 0.029456 seconds and 5 git commands to generate.