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

scripts/kallsyms: exclude symbols generated by itself dynamically



Drop the symbols generated by scripts/kallsyms itself automatically
instead of maintaining the symbol list manually.

Pass the kallsyms object from the previous kallsyms step (if it exists)
as the third parameter of scripts/mksysmap, which will weed out the
generated symbols from the input to the next kallsyms step.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent c4802044
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