diff options
author | Vasily Gorbik <gor@linux.vnet.ibm.com> | 2017-11-13 16:58:34 +0100 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2017-11-14 11:01:55 +0100 |
commit | dfd4c4935de8ac39f22e0f65972140405fd27942 (patch) | |
tree | d76f2877b86d5f89d4e13415449eb4226fac02dd /arch/s390 | |
parent | s390: correct some inline assembly constraints (diff) | |
download | linux-dfd4c4935de8ac39f22e0f65972140405fd27942.tar.xz linux-dfd4c4935de8ac39f22e0f65972140405fd27942.zip |
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>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 863a62a6de3c..f5beccbe74d8 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 |