diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-05-10 11:00:44 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-05-26 00:03:16 +0900 |
commit | 827365ffdaa9aa9c0b423800c4d0e72b1fbb938e (patch) | |
tree | f3cf07368d666230ad6f3e3460bfc615e08a13d5 /drivers/of | |
parent | 9f64fbdb774838db1445268fa8c46041fb1c28ab (diff) | |
download | linux-827365ffdaa9aa9c0b423800c4d0e72b1fbb938e.tar.bz2 |
gcc-plugins: remove always-false $(if ...) in Makefile
This is the remnant of commit c17d6179ad5a ("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>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions