diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile index 8f2f6e86869b..2048d61c6e80 100644 --- a/examples/gnrc_border_router/Makefile +++ b/examples/gnrc_border_router/Makefile @@ -123,7 +123,7 @@ uhcpd-daemon: host-tools endif endif -ifeq (1,$(USE_SLIP)) +ifeq (slip,$(UPLINK)) sliptty: $(Q)env -u CC -u CFLAGS make -C $(RIOTTOOLS)/sliptty endif