]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitddf4745970d87c4ba164acfb588e79e71e3031c3
tree11ddc5a33d13131f7d76a877ee38cf07ecebdd49
parent776af06c7084803f4e279d8bf54a3ad60aea8448
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base

Commit f85cab8e24b0 ("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