Fix kernel symbols path

This commit is contained in:
Jeremy Soller 2023-12-12 08:05:51 -07:00
parent 224b703802
commit 9552a1cc67
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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: