Sam Ravnborg | 66f9ba1 | 2010-05-30 16:26:40 +0200 | [diff] [blame^] | 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 | |||||
Sam Ravnborg | 9aeb404 | 2010-05-30 13:27:22 +0200 | [diff] [blame] | 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/ |