VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-02-28 15:10:26 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-03-15 19:20:48 +0900 commit: 3204a7fb98a3bccd0004ea0f2769fbeadc2c2dba parent: 1e28eed17697bcf343c6743f0028cc3b5dd88bf0
Commit Summary:
kbuild: prefix $(srctree)/ to some included Makefiles
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean
index 22a8172bce1f..fd6175322470 100644
--- a/scripts/Makefile.clean
+++ b/scripts/Makefile.clean
@@ -8,7 +8,7 @@ src := $(obj)
 PHONY := __clean
 __clean:
 
-include scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
 
 # The filename Kbuild has precedence over Makefile
 kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))