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:
parent
dcaa9eb59c
commit
11db3db714
@ -743,12 +743,12 @@ debug-server:
|
|||||||
$(DEBUGSERVER) $(DEBUGSERVER_FLAGS)
|
$(DEBUGSERVER) $(DEBUGSERVER_FLAGS)
|
||||||
|
|
||||||
emulate:
|
emulate:
|
||||||
|
ifeq (,$(filter debug%,$(MAKECMDGOALS)))
|
||||||
$(call check_cmd,$(EMULATOR),Emulation program)
|
$(call check_cmd,$(EMULATOR),Emulation program)
|
||||||
$(EMULATOR) $(EMULATOR_FLAGS)
|
$(EMULATOR) $(EMULATOR_FLAGS)
|
||||||
|
else
|
||||||
emulate-debug-server:
|
@:
|
||||||
$(call check_cmd,$(EMULATOR),Emulation program)
|
endif
|
||||||
$(EMULATOR) $(EMULATOR_DEBUG_FLAGS)
|
|
||||||
|
|
||||||
reset:
|
reset:
|
||||||
$(call check_cmd,$(RESET),Reset program)
|
$(call check_cmd,$(RESET),Reset program)
|
||||||
|
Loading…
Reference in New Issue
Block a user