diff --git a/Makefile b/Makefile index 86b7893..3a7feb8 100644 --- a/Makefile +++ b/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: