commit | dd965f1f0857e72eb6d4cfb28769ba01465ba01b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 02 17:05:34 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Sep 13 00:20:31 2017 +0900 |
tree | e80c0568ae92f76d75a6dc7e823b69dd4f5e6921 | |
parent | cfd63736726a7fabb3dd89ea91cff143ac4dc8a7 [diff] |
kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled $tmpdir/lib is created by "make modules_install". It does not exist if CONFIG_MODULES is disabled, then tar reports the following messages: tar: lib: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>