diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index b5808b1e9c7c60f20c8e3d4d75704003157c5631..9947cccc49f80bd3986b6e9096fe90065a48d94f 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -91,10 +91,10 @@ TERMDEPS += uhcpd-daemon .PHONY: uhcpd-daemon uhcpd-daemon: host-tools - $(RIOTBASE)/dist/tools/uhcpd/bin/uhcpd $(TAP) $(IPV6_PREFIX) & + $(RIOTTOOLS)/uhcpd/bin/uhcpd $(TAP) $(IPV6_PREFIX) & else # 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) # We depend on the ethos host tools to run the border router, we build them @@ -107,7 +107,7 @@ include $(RIOTBASE)/Makefile.include .PHONY: 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 ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz