]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: rename extmod-prefix to extmod_prefix
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 31 Mar 2021 13:38:06 +0000 (22:38 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 20:23:00 +0000 (05:23 +0900)
commit531783b7035fcd8665e7b047d4598ef1239c2497
tree4c4264f50408409d1ca0c47f4d08cf264e7ab058
parentdfea4c1a5d87cc8a65b41cb74ef0a0e115caad8a
kbuild: rename extmod-prefix to extmod_prefix

This seems to be useful in sub-make as well. As a preparation of
exporting it, rename extmod-prefix to extmod_prefix because exported
variables cannot contain hyphens.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Makefile