kbuild: generate a list of objects in vmlinux
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 5 May 2022 07:22:34 +0000 (16:22 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 11 May 2022 12:46:39 +0000 (21:46 +0900)
commite493f472752000968f5b30aac10391288cfbf5b1
tree31ae37e19f804c2f666741886fb54797d37e18b5
parenta44abaca0e196cfeef2374ed663b97daa1ad112a
kbuild: generate a list of objects in vmlinux

A *.mod file lists the member objects of a module, but vmlinux does
not have such a file.

Generate this list to allow modpost to know all the member objects.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Tested-by: Nathan Chancellor <nathan@kernel.org>
scripts/link-vmlinux.sh