aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2017-09-05 11:07:58 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-09-05 11:07:58 -0400
commit959878afc777063ea3026dfee5d97cd87e19ec54 (patch)
tree618763d1b19b51f9e39b537de9473ed9acb7c599 /lib
parent6273a1edc35bb0878b8adaaabe648b961c4d3638 (diff)
parent4c666b0d9070a095e945387bd674476820f79528 (diff)
Merge tag 'v4.9.42' into v4.9-rt
This is the 4.9.42 stable release
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a6c8db1d62f6..f60e67217f18 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -145,7 +145,7 @@ config DEBUG_INFO_REDUCED
config DEBUG_INFO_SPLIT
bool "Produce split debuginfo in .dwo files"
- depends on DEBUG_INFO
+ depends on DEBUG_INFO && !FRV
help
Generate debug info into separate .dwo files. This significantly
reduces the build directory size for builds with DEBUG_INFO,