Fix kernel sym path in make gdb.
This commit is contained in:
parent
c439d044b0
commit
6b60e3e95b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gdb: FORCE
|
gdb: FORCE
|
||||||
gdb cookbook/recipes/kernel/build/kernel.sym --eval-command="target remote localhost:1234"
|
gdb cookbook/recipes/kernel/target/$(TARGET)/build/kernel.sym --eval-command="target remote localhost:1234"
|
||||||
|
|
||||||
# An empty target
|
# An empty target
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue