Kbuild 304 B

123456789101112
  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. # mips object files
  6. # The object files are linked as core-y files would be linked
  7. obj-y += kernel/
  8. obj-y += mm/
  9. obj-y += math-emu/