提交 487c7c77 编写于 作者: M Masahiro Yamada

kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally

$(srctree) always points to the top of the source tree whether
KBUILD_SRC is set or not.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 36f546a1
......@@ -193,7 +193,7 @@ modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
# Usage:
# $(Q)$(MAKE) $(dtbinst)=dir
dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj
dtbinst := -f $(srctree)/scripts/Makefile.dtbinst obj
###
# Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册