-
由 Masahiro Yamada 提交于
KBUILD_EXTRA_SYMBOLS makes sense only when building external modules. Moreover, the modpost sets 'external_module' if the -e option is given. I replaced $(patsubst %, -e %,...) with simpler $(addprefix -e,...) while I was here. Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
cb481993