projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11776ea
)
s390/kbuild: get rid of a warning when compiling with KCOV
author
Vasily Gorbik
<gor@linux.vnet.ibm.com>
Mon, 13 Nov 2017 15:58:34 +0000
(16:58 +0100)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 14 Nov 2017 10:01:55 +0000
(11:01 +0100)
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>
arch/s390/Kconfig
patch
|
blob
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index 863a62a6de3cc3f8daa92a9f9ae8c34065dff989..f5beccbe74d88bf8dafc76b90d822c73c0ca1cf9 100644
(file)
--- 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