Fix kernel symbols path
This commit is contained in:
parent
224b703802
commit
9552a1cc67
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ else
|
|||
endif
|
||||
|
||||
gdb: FORCE
|
||||
gdb cookbook/recipes/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234"
|
||||
gdb cookbook/recipes/core/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234"
|
||||
|
||||
# An empty target
|
||||
FORCE:
|
||||
|
|
Loading…
Reference in a new issue