kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 23 Jan 2021 09:16:30 +0000 (18:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Dec 2021 10:32:46 +0000 (11:32 +0100)
commit9fc17c3af56cd0a3e501bf11e68650265096f1a2
tree3a84bd3ecbe691c120a7468626578b5cefd7206e
parentd428e5477493946b77d1071e84b1475241974930
kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gcc

commit f4c3b83b75b91c5059726cb91e3165cc01764ce7 upstream.

With commit 1e860048c53e ("gcc-plugins: simplify GCC plugin-dev
capability test") applied, this hunk can be way simplified because
now scripts/gcc-plugins/Kconfig only checks plugin-version.h

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/dummy-tools/gcc