mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/native: only use pyterm wrapper with term target
This commit is contained in:
parent
fbae38b416
commit
3c31000a61
@ -10,6 +10,11 @@ else
|
||||
DEBUGGER ?= gdb
|
||||
endif
|
||||
|
||||
# only use pyterm wrapper if term target is requested
|
||||
ifeq (,$(filter term,$(MAKECMDGOALS)))
|
||||
RIOT_TERMINAL ?= native
|
||||
endif
|
||||
|
||||
RESET ?= $(RIOTBOARD)/native/dist/reset.sh
|
||||
FLASHER ?=
|
||||
FLASHFILE ?= $(ELFFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user