kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 07:02:04 +0000 (16:02 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 24 Aug 2019 22:42:00 +0000 (07:42 +0900)
commit000ec95fbe757401b5da1c9904840085204e5b3d
tree59f40ed5f0b292f663d52c3a9394d199b6fd70ae
parent6a4f6a26d32abb5d5f61861ab3cf5880d9556ff5
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>
Makefile
scripts/Makefile.package [new file with mode: 0644]
scripts/package/Makefile [deleted file]