mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
native: append tap parameter for ng_nativenet, too
This commit is contained in:
parent
ae3d88fcae
commit
e2764e7464
@ -68,7 +68,7 @@ export LINKFLAGS += -ldl
|
||||
endif
|
||||
|
||||
# set the tap interface for term/valgrind
|
||||
ifneq (,$(filter nativenet,$(USEMODULE)))
|
||||
ifneq (,$(filter %nativenet,$(USEMODULE)))
|
||||
export PORT ?= tap0
|
||||
else
|
||||
export PORT =
|
||||
|
Loading…
Reference in New Issue
Block a user