Home
last modified time | relevance | path

Searched hist:"9 a68fd7fd8b05050b27ae67a829a2035b2b7a993" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile9a68fd7fd8b05050b27ae67a829a2035b2b7a993 Thu Jul 14 00:02:42 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: error out if $(KBUILD_EXTMOD) contains % or :

If the directory path given to KBUILD_EXTMOD (or M=) contains % or :,
the module fails to build.

% is used in pattern rules, and : as the separator of dependencies.

Bail out with a clearer error message.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>