projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d5900
)
MIPS: Sibyte: Fix Kconfig warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 21 Apr 2017 01:28:18 +0000
(
03:28
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 21 Apr 2017 01:34:01 +0000
(
03:34
+0200)
warning: (SB1XXX_CORELIS) selects DEBUG_INFO which has unmet direct dependencies (DEBUG_KERNEL && !COMPILE_TEST)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Kconfig.debug
b/arch/mips/Kconfig.debug
index 7f975b20b20c713e6225d14e3984013f57fe5026..42a97c59200f817e9ea297441ea11edb07a00232 100644
(file)
--- a/
arch/mips/Kconfig.debug
+++ b/
arch/mips/Kconfig.debug
@@
-82,7
+82,7
@@
config CMDLINE_OVERRIDE
config SB1XXX_CORELIS
bool "Corelis Debugger"
depends on SIBYTE_SB1xxx_SOC
- select DEBUG_INFO
+ select DEBUG_INFO
if !COMPILE_TEST
help
Select compile flags that produce code that can be processed by the
Corelis mksym utility and UDB Emulator.