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)
|
||||
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user