Makefile.include: add emulate-debug-server target
This commit is contained in:
parent
4707de2a5f
commit
4b149fa3c3
@ -746,6 +746,10 @@ emulate:
|
||||
$(call check_cmd,$(EMULATOR),Emulation program)
|
||||
$(EMULATOR) $(EMULATOR_FLAGS)
|
||||
|
||||
emulate-debug-server:
|
||||
$(call check_cmd,$(EMULATOR),Emulation program)
|
||||
$(EMULATOR) $(EMULATOR_DEBUG_FLAGS)
|
||||
|
||||
reset:
|
||||
$(call check_cmd,$(RESET),Reset program)
|
||||
$(RESET) $(RESET_FLAGS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user