Fix kernel sym path in make gdb.

This commit is contained in:
4lDO2 2023-11-14 17:30:11 +01:00
parent c439d044b0
commit 6b60e3e95b
No known key found for this signature in database
GPG key ID: 996A1DBA676A00C0

View file

@ -90,7 +90,7 @@ else
endif
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
FORCE: