boards/native: fix default value of PORT

This commit is contained in:
Hauke Petersen 2019-12-12 09:27:02 +01:00
parent a9bf69146b
commit d0375ea119

View File

@ -71,8 +71,6 @@ export LINKFLAGS += -ffunction-sections
# set the tap interface for term/valgrind
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
PORT ?= tap0
else
PORT =
endif
TERMFLAGS := $(PORT) $(TERMFLAGS)