# Fail on warnings - also for files referenced in subdirs# -Werror can be disabled for specific files using:# CFLAGS_<file.o> := -Wno-errorsubdir-ccflags-y := -Werror# platform specific definitionsinclude arch/mips/Kbuild.platformsobj-y := $(platform-y)# make clean traverses $(obj-) without having included .config, so# everything ends up hereobj- := $(platform-)# mips object files# The object files are linked as core-y files would be linkedobj-y += kernel/obj-y += mm/obj-y += net/obj-y += vdso/ifdef CONFIG_KVMobj-y += kvm/endif