kbuild: Speed up kallsyms generation
This patch basically just replaces the scripts/kallsyms script by a scripts/kallsyms.c C program, which does the same thing much faster. It also removes duplicates and entries which are not between _stext and _etext, as they would not get used anyway. This saves about 290KB in vmlinux with my .config, more than 50% of the kallsyms bloat ;)
Showing
scripts/kallsyms
deleted
100644 → 0
scripts/kallsyms.c
0 → 100644
Please register or sign in to comment