1
0
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:
Oleg Hahm 2015-05-27 21:49:29 +02:00
parent ae3d88fcae
commit e2764e7464

View File

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