Pass OpenOCD options to debug_init target
This commit is contained in:
parent
22ca63614d
commit
0692c13e98
1 changed files with 1 additions and 1 deletions
|
@ -1691,7 +1691,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
debug_init:
|
debug_init:
|
||||||
$(OPENOCD)
|
$(OPENOCD) $(OPENOCD_OPTS)
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
$(GDB) $(GDB_OPTS)
|
$(GDB) $(GDB_OPTS)
|
||||||
|
|
Loading…
Reference in a new issue