boards/native: fix default value of PORT
This commit is contained in:
parent
a9bf69146b
commit
d0375ea119
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user