kbuild: split final module linking out into Makefile.modfinal
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 14 Aug 2019 16:06:23 +0000 (01:06 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Aug 2019 16:08:15 +0000 (01:08 +0900)
commit9b9a3f20cbe0ba9269cde6fff9f9c69907e150cf
tree8b930b1978200ebfdb9294764e7f79945588b18c
parent10df063855822fcea3c0f51dbf534ad643d3cb1b
kbuild: split final module linking out into Makefile.modfinal

I think splitting the modpost and linking modules into separate
Makefiles will be useful especially when more complex build steps
come in. The main motivation of this commit is to integrate the
proposed klp-convert feature cleanly.

I moved the logging 'Building modules, stage 2.' to Makefile.modpost
to avoid the code duplication although I do not know whether or not
this message is needed in the first place.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
scripts/Makefile.modfinal [new file with mode: 0644]
scripts/Makefile.modpost