modpost: allow to pass -i option multiple times to remove -e option
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:06 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:12 +0000 (23:38 +0900)
commitce2ddd6d6ab3b343837d5c8e17538a5f67fa400e
tree47c71794a11e3292d61551a06c9509bb8dd04f00
parent52c3416db00d970c91a6992ab6e5ff48e077ad29
modpost: allow to pass -i option multiple times to remove -e option

Now that there is no difference between -i and -e, they can be unified.

Make modpost accept the -i option multiple times, then remove -e.

I will reuse -e for a different purpose.

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