hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/mips/Kbuild
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 # Fail on warnings - also for files referenced in subdirs
23 # -Werror can be disabled for specific files using:
34 # CFLAGS_<file.o> := -Wno-error
....@@ -11,7 +12,7 @@
1112
1213 # make clean traverses $(obj-) without having included .config, so
1314 # everything ends up here
14
-obj- := $(platform-)
15
+obj- := $(platform-y)
1516
1617 # mips object files
1718 # The object files are linked as core-y files would be linked