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.headersinst b/scripts/Makefile.headersinst
index 708fbd08a2c5..029d85bb0b23 100644
--- a/scripts/Makefile.headersinst
+++ b/scripts/Makefile.headersinst
@@ -12,7 +12,7 @@
 PHONY := __headers
 __headers:
 
-include scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
 
 src := $(srctree)/$(obj)
 gen := $(objtree)/$(subst include/,include/generated/,$(obj))