Re: [PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally

2018-09-14 Thread Masahiro Yamada
2018-09-12 13:52 GMT+09:00 Masahiro Yamada : > $(srctree) always points to the top of the source tree whether > KBUILD_SRC is set or not. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild. > scripts/Kbuild.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

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

2018-09-11 Thread Masahiro Yamada
$(srctree) always points to the top of the source tree whether KBUILD_SRC is set or not. Signed-off-by: Masahiro Yamada --- scripts/Kbuild.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index ce53639..46cc43e 100644 --