1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

gnrc_border_router: use start_network.sh script as for term target

This commit is contained in:
Martine Lenders 2016-05-11 21:25:30 +02:00 committed by Martine Lenders
parent fa475a6730
commit 3b4f025e5d

View File

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