]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit078160f067a7b0175fbc5274596df97ce8d5d6c9
tree8b930b1978200ebfdb9294764e7f79945588b18c
parentecd1d79853ab229bf550e503dd6764536484386b
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