Fix kernel sym path in make gdb.
This commit is contained in:
parent
c439d044b0
commit
6b60e3e95b
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…
Reference in a new issue