X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2FMakefile.gcc-plugins;h=7f5c862461383c0d067f9ab017dd56b8cde390f4;hb=fc5ee888ab2a5396ec1f5113a4860f1aafc08ecf;hp=b2a95af7df189509c5827bfe7af1d69918d5cfda;hpb=16382e17c0ff583df2d5eed56ca7c771d637e9d1;p=mirror_ubuntu-bionic-kernel.git diff --git a/scripts/Makefile.gcc-plugins b/scripts/Makefile.gcc-plugins index b2a95af7df18..7f5c86246138 100644 --- a/scripts/Makefile.gcc-plugins +++ b/scripts/Makefile.gcc-plugins @@ -14,7 +14,7 @@ ifdef CONFIG_GCC_PLUGINS endif ifdef CONFIG_GCC_PLUGIN_SANCOV - ifeq ($(CFLAGS_KCOV),) + ifeq ($(strip $(CFLAGS_KCOV)),) # It is needed because of the gcc-plugin.sh and gcc version checks. gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so