summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.vnet.ibm.com>2017-11-13 16:58:34 +0100
committerHeiko Carstens <heiko.carstens@de.ibm.com>2017-11-14 11:01:55 +0100
commitdfd4c4935de8ac39f22e0f65972140405fd27942 (patch)
treed76f2877b86d5f89d4e13415449eb4226fac02dd
parent11776eaa6568f5357542bf41b0c7bb90854137cc (diff)
downloadop-kernel-dev-dfd4c4935de8ac39f22e0f65972140405fd27942.zip
op-kernel-dev-dfd4c4935de8ac39f22e0f65972140405fd27942.tar.gz
s390/kbuild: get rid of a warning when compiling with KCOV
This change fixes the following warning: warning: (KCOV) selects GCC_PLUGINS which has unmet direct dependencies (HAVE_GCC_PLUGINS && !COMPILE_TEST) Signed-off-by: Vasily Gorbik <gor@linux.vnet.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--arch/s390/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 863a62a..f5beccb 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -148,6 +148,7 @@ config S390
select HAVE_FUNCTION_GRAPH_TRACER
select HAVE_FUNCTION_TRACER
select HAVE_FUTEX_CMPXCHG if FUTEX
+ select HAVE_GCC_PLUGINS
select HAVE_KERNEL_BZIP2
select HAVE_KERNEL_GZIP
select HAVE_KERNEL_LZ4
OpenPOWER on IntegriCloud