Skip to content
Snippets Groups Projects
Unverified Commit 96812341 authored by Gaëtan Harter's avatar Gaëtan Harter Committed by GitHub
Browse files

Merge pull request #9110 from cladmi/pr/make/riottools/gnrc_border_router

examples/gnrc_border_router: use RIOTTOOLS variable
parents 1b76ce9e 45e6d603
No related branches found
No related tags found
No related merge requests found
...@@ -91,10 +91,10 @@ TERMDEPS += uhcpd-daemon ...@@ -91,10 +91,10 @@ TERMDEPS += uhcpd-daemon
.PHONY: uhcpd-daemon .PHONY: uhcpd-daemon
uhcpd-daemon: host-tools uhcpd-daemon: host-tools
$(RIOTBASE)/dist/tools/uhcpd/bin/uhcpd $(TAP) $(IPV6_PREFIX) & $(RIOTTOOLS)/uhcpd/bin/uhcpd $(TAP) $(IPV6_PREFIX) &
else else
# We override the `make term` command to use ethos # We override the `make term` command to use ethos
TERMPROG ?= sudo sh $(RIOTBASE)/dist/tools/ethos/start_network.sh TERMPROG ?= sudo sh $(RIOTTOOLS)/ethos/start_network.sh
TERMFLAGS ?= $(PORT) $(TAP) $(IPV6_PREFIX) TERMFLAGS ?= $(PORT) $(TAP) $(IPV6_PREFIX)
# We depend on the ethos host tools to run the border router, we build them # We depend on the ethos host tools to run the border router, we build them
...@@ -107,7 +107,7 @@ include $(RIOTBASE)/Makefile.include ...@@ -107,7 +107,7 @@ include $(RIOTBASE)/Makefile.include
.PHONY: host-tools .PHONY: host-tools
host-tools: host-tools:
$(Q)env -u CC -u CFLAGS make -C $(RIOTBASE)/dist/tools $(Q)env -u CC -u CFLAGS make -C $(RIOTTOOLS)
# Set a custom channel if needed # Set a custom channel if needed
ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment