kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Aug 2020 15:00:50 +0000 (00:00 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 9 Aug 2020 16:32:59 +0000 (01:32 +0900)
commit132305b3b474a85152302ceda4551384cce3904e
tree11ddc5a33d13131f7d76a877ee38cf07ecebdd49
parente0fe0bbe57b8d708a18756be5bc289bdaf78d2a8
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base

Commit d26e94149276 ("kbuild: no gcc-plugins during cc-option tests")
was neeeded because scripts/Makefile.gcc-plugins was too early.

This is unneeded by including scripts/Makefile.gcc-plugins last,
and being careful to not add cc-option tests after it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/Kbuild.include