]> git.baikalelectronics.ru Git - kernel.git/commit
gcc-plugins: remove always-false $(if ...) in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 10 May 2020 02:00:44 +0000 (11:00 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 25 May 2020 15:03:16 +0000 (00:03 +0900)
commit144d79bbc5b0f7a8db5d0ba81aeba531567fa28d
treef3cf07368d666230ad6f3e3460bfc615e08a13d5
parent07c9f7948cb31545a301a7453853b0f94d7bb5dd
gcc-plugins: remove always-false $(if ...) in Makefile

This is the remnant of commit 9e199675ecb6 ("gcc-plugins: remove unused
GCC_PLUGIN_SUBDIR").

The conditional $(if $(findstring /,$(p)),...) is always false because
none of plugins contains '/' in the file name.

Clean up the code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
scripts/gcc-plugins/Makefile