diff options
author | Julian Braha <[email protected]> | 2021-03-26 01:20:33 -0400 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2021-03-29 11:17:23 +0200 |
commit | e87f69a5187d9414c3c2dae9539649e3823ee32c (patch) | |
tree | a56cb833bd5dcb753f734263e21511e5fbe52329 /tools/lib/api/fs/tracing_path.c | |
parent | 66633abd0642f1e89d26e15f36fb13d3a1c535ff (diff) |
arch: mips: fix unmet dependency for DEBUG_INFO
When SB1XXX_CORELIS is enabled, COMPILE_TEST is disabled,
and DEBUG_KERNEL is disabled, Kbuild gives the
following warning:
WARNING: unmet direct dependencies detected for DEBUG_INFO
Depends on [n]: DEBUG_KERNEL [=n] && !COMPILE_TEST [=n]
Selected by [y]:
- SB1XXX_CORELIS [=y] && SIBYTE_SB1xxx_SOC [=y] && !COMPILE_TEST [=n]
This is because SB1XXX_CORELIS selects DEBUG_INFO without
selecting or depending on DEBUG_KERNEL, despite DEBUG_INFO
depending on DEBUG_KERNEL.
Signed-off-by: Julian Braha <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools/lib/api/fs/tracing_path.c')
0 files changed, 0 insertions, 0 deletions