Makefile.include: add emulate-debug-server target

This commit is contained in:
Alexandre Abadie 2020-11-21 13:39:36 +01:00
parent 4707de2a5f
commit 4b149fa3c3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -746,6 +746,10 @@ emulate:
$(call check_cmd,$(EMULATOR),Emulation program) $(call check_cmd,$(EMULATOR),Emulation program)
$(EMULATOR) $(EMULATOR_FLAGS) $(EMULATOR) $(EMULATOR_FLAGS)
emulate-debug-server:
$(call check_cmd,$(EMULATOR),Emulation program)
$(EMULATOR) $(EMULATOR_DEBUG_FLAGS)
reset: reset:
$(call check_cmd,$(RESET),Reset program) $(call check_cmd,$(RESET),Reset program)
$(RESET) $(RESET_FLAGS) $(RESET) $(RESET_FLAGS)