summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2015-02-04 14:02:52 -0800
committerStephen Rothwell <sfr@canb.auug.org.au>2015-02-09 14:39:56 +1100
commitd07b956c650ad58a8ce00517515ebaf962e1f5c7 (patch)
tree72168f9cd07ca4ae5060fc4722e0dbec1f751823
parentb4970b267279135de6984f101bde0ad7c49bb619 (diff)
scripts/gdb: Add infrastructure
Changes in v13: - Let CONFIG_GDB_SCRIPT depend on CONFIG_DEBUG_INFO, instead of selecting it. This addresses warning: (GDB_SCRIPTS) selects DEBUG_INFO which has unmet direct dependencies (DEBUG_KERNEL && !COMPILE_TEST) as found by the test robot. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Cc: Michal Marek <mmarek@suse.cz> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c053b00e4f0..420e1858987 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -169,7 +169,7 @@ config DEBUG_INFO_DWARF4
config GDB_SCRIPTS
bool "Provide GDB scripts for kernel debugging"
- select DEBUG_INFO
+ depends on DEBUG_INFO
help
This creates the required links to GDB helper scripts in the
build directory. If you load vmlinux into gdb, the helper