mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 00:10:58 +00:00
makefile: add gdb_prodtest target
This commit is contained in:
parent
a56da7d7ed
commit
b9a599d08d
3
Makefile
3
Makefile
@ -156,6 +156,9 @@ gdb_boardloader: $(BOARDLOADER_BUILD_DIR)/boardloader.elf ## start remote gdb se
|
||||
gdb_bootloader: $(BOOTLOADER_BUILD_DIR)/bootloader.elf ## start remote gdb session to openocd with bootloader symbols
|
||||
$(GDB) $<
|
||||
|
||||
gdb_prodtest: $(PRODTEST_BUILD_DIR)/prodtest.elf ## start remote gdb session to openocd with prodtest symbols
|
||||
$(GDB) $<
|
||||
|
||||
gdb_firmware: $(FIRMWARE_BUILD_DIR)/firmware.elf ## start remote gdb session to openocd with firmware symbols
|
||||
$(GDB) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user