commit | 000ec95fbe757401b5da1c9904840085204e5b3d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 21 16:02:04 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 25 07:42:00 2019 +0900 |
tree | 59f40ed5f0b292f663d52c3a9394d199b6fd70ae | |
parent | 6a4f6a26d32abb5d5f61861ab3cf5880d9556ff5 [diff] |
kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package scripts/package/Makefile does not use $(obj) or $(src) at all. It actually generates files and directories in the top of $(objtree). I do not see much sense in descending into scripts/package/. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>