]> 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)
commit7674ceb4df1b88ca8705809c0634f111df0a99fc
tree59f40ed5f0b292f663d52c3a9394d199b6fd70ae
parentc5e452918d893ba5cc7f9500af75413fe1b56825
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]