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

kbuild: add CONFIG_ASM_MODVERSIONS



Add CONFIG_ASM_MODVERSIONS. This allows to remove one if-conditional
nesting in scripts/Makefile.build.

scripts/Makefile.build is run every time Kbuild descends into a
sub-directory. So, I want to avoid $(wildcard ...) evaluation
where possible although computing $(wildcard ...) is so cheap that
it may not make measurable performance difference.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent a564bdeb
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