]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: reuse real-search to simplify cmd_mod
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 6 Apr 2022 15:30:19 +0000 (00:30 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:59 +0000 (03:16 +0900)
commit37dd4fb4e11a4ec67880365206c4d3ea60903add
tree746c2fc2613e40bf2cbf650da7f0d3f2e4997e0e
parent95346a886a683cce6f1fde8de007162c4a4177ff
kbuild: reuse real-search to simplify cmd_mod

The first command in cmd_mod is similar to the real-search macro.
Reuse it.

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