]> git.baikalelectronics.ru Git - 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)
commitc2a9085fb7a6d753ef30bced35b14e7d1c784dcd
tree29bf32c1215b1b55dc22a5bc0275a3fab0580c10
parent2025d7d902f1d08cb6403c26e07f0f5f09c36596
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