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:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/Makefile.dtbinst b/scripts/Makefile.dtbinst
index ba01f5ba2517..190d781e84f4 100644
--- a/scripts/Makefile.dtbinst
+++ b/scripts/Makefile.dtbinst
@@ -14,7 +14,7 @@ PHONY := __dtbs_install
__dtbs_install:
include include/config/auto.conf
-include scripts/Kbuild.include
+include $(srctree)/scripts/Kbuild.include
include $(src)/Makefile
dtbs := $(addprefix $(dst)/, $(dtb-y) $(if $(CONFIG_OF_ALL_DTBS),$(dtb-)))