Add makefile target for gdb
This commit is contained in:
parent
ea707a3c95
commit
4d2b7391e4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -102,6 +102,9 @@ env: prefix FORCE
|
|||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
bash
|
||||
|
||||
gdb: FORCE
|
||||
gdb build/kernel.sym --eval-command="target remote localhost:1234"
|
||||
|
||||
# An empty target
|
||||
FORCE:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue