kernel/arch/mips/Kbuild
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.01 2 # Fail on warnings - also for files referenced in subdirs 2 3 # -Werror can be disabled for specific files using: 3 4 # CFLAGS_<file.o> := -Wno-error .. .. @@ -11,7 +12,7 @@ 11 12 12 13 # make clean traverses $(obj-) without having included .config, so 13 14 # everything ends up here 14 -obj- := $(platform-)15 +obj- := $(platform-y)15 16 16 17 # mips object files 17 18 # The object files are linked as core-y files would be linked