Skip to content

Commit

Permalink
[SQUASH ME] ng_tapnet: include for automatic argument
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 19, 2015
1 parent f89c713 commit bed57f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export LINKFLAGS += -ldl
endif

# set the tap interface for term/valgrind
ifneq (,$(filter nativenet,$(USEMODULE)))
ifneq (,$(filter nativenet ng_tapnet,$(USEMODULE)))
export PORT ?= tap0
else
export PORT =
Expand Down

0 comments on commit bed57f5

Please sign in to comment.