1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Makefile.include: silent emulate when debug% targets are used

This commit is contained in:
Alexandre Abadie 2020-11-21 18:13:17 +01:00
parent dcaa9eb59c
commit 11db3db714
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -743,12 +743,12 @@ debug-server:
$(DEBUGSERVER) $(DEBUGSERVER_FLAGS)
emulate:
ifeq (,$(filter debug%,$(MAKECMDGOALS)))
$(call check_cmd,$(EMULATOR),Emulation program)
$(EMULATOR) $(EMULATOR_FLAGS)
emulate-debug-server:
$(call check_cmd,$(EMULATOR),Emulation program)
$(EMULATOR) $(EMULATOR_DEBUG_FLAGS)
else
@:
endif
reset:
$(call check_cmd,$(RESET),Reset program)