]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cbf5a708e8b9e6454ba7afa9935d2fc4e109014
tree59f40ed5f0b292f663d52c3a9394d199b6fd70ae
parentb98ee958b44099a5d56d1ad60282348b4fc5e7a7
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]