commit | 175209cce23d6b0669ed5366add2517e26cd75cd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 14 12:05:14 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Feb 20 09:42:46 2019 +0900 |
tree | 5eb1151733634b8cbceab40da1f46ec0309ed7bc | |
parent | ad15006cc78459d059af56729c4d9bed7c7fd860 [diff] |
kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile '$(MAKE) KBUILD_SRC=' changes the working directory back and forth between objtree and srctree. It is better to recurse to the top-level Makefile directly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>