Merge pull request #582 from tuna-f1sh/master

Pass OpenOCD options to debug_init target
This commit is contained in:
Sudar Muthu 2018-09-30 20:12:49 +05:30 committed by GitHub
commit 089b535601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1691,7 +1691,7 @@ else
endif endif
debug_init: debug_init:
$(OPENOCD) $(OPENOCD) $(OPENOCD_OPTS)
debug: debug:
$(GDB) $(GDB_OPTS) $(GDB) $(GDB_OPTS)