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
debug_init:
$(OPENOCD)
$(OPENOCD) $(OPENOCD_OPTS)
debug:
$(GDB) $(GDB_OPTS)