]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: refactor scripts/Makefile.modinst
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:07 +0000 (22:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 7 Apr 2021 13:13:22 +0000 (22:13 +0900)
commitf3fdc209ec47e5a1e073b1086d387e417795c523
tree75591c0c836b8458b32a2c00d2d0bfaf6d2506ed
parentb6b4cb69935644726d982a69aafee962baa089ca
kbuild: refactor scripts/Makefile.modinst

scripts/Makefile.modinst is ugly and weird in multiple ways; it
specifies real files $(modules) as phony, makes directory manipulation
needlessly too complicated.

Clean up the Makefile code, and show the full path of installed modules
in the log.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/Makefile.modinst