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
|
# set the tap interface for term/valgrind
|
||||||
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
||||||
PORT ?= tap0
|
PORT ?= tap0
|
||||||
else
|
|
||||||
PORT =
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TERMFLAGS := $(PORT) $(TERMFLAGS)
|
TERMFLAGS := $(PORT) $(TERMFLAGS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user