diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 5897163bd9..7373772446 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -53,5 +53,15 @@ CFLAGS += -DDEVELHELP # Change this to 0 show compiler invocation lines by default: QUIET ?= 1 +TAP ?= tap0 +IPV6_PREFIX ?= 2001:db8::/64 include $(RIOTBASE)/Makefile.include + +.PHONY: host-tools + +term: host-tools + $(AD)sudo sh $(RIOTBASE)/dist/tools/ethos/start_network.sh $(PORT) $(TAP) $(IPV6_PREFIX) + +host-tools: + $(AD)env -u CC -u CFLAGS make -C $(RIOTBASE)/dist/tools