hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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