1
0
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:
Benjamin Valentin 2024-01-16 15:15:06 +01:00
parent fbae38b416
commit 3c31000a61

View File

@ -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)