]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
modpost: re-add -e to set external_module flag
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:08 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:12 +0000 (23:38 +0900)
commite3fb4df7fe4e8636de32a1e4ff5ebc75257f5570
tree29bf32c1215b1b55dc22a5bc0275a3fab0580c10
parent7924799ed2ddaa393c2ef0c4cd13a81d122bffde
modpost: re-add -e to set external_module flag

Previously, the -i option had two functions; load a symbol dump file,
and set the external_module flag.

I want to assign a dedicate option for each of them.

Going forward, the -i is used to load a symbol dump file, and the -e
to set the external_module flag.

With this, we will be able to use -i for loading in-kernel symbols.

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