Kbuild 394 B

123456789101112131415
  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. # platform specific definitions
  6. include arch/mips/Kbuild.platforms
  7. obj-y := $(platform-y)
  8. # mips object files
  9. # The object files are linked as core-y files would be linked
  10. obj-y += kernel/
  11. obj-y += mm/
  12. obj-y += math-emu/