Skip to content
Commit c35c87d6 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod



Towards the goal of removing MODVERDIR, read out modules.order to get
the list of modules to be signed. This is simpler than parsing *.mod
files in $(MODVERDIR).

The modules_sign target is only supported for in-kernel modules.
So, this commit does not take care of external modules.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent d56aec10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment