1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

examples/gnrc_border_router: remove never defined USE_SLIP variable

This commit is contained in:
János Brodbeck 2020-03-23 17:47:00 +01:00
parent 5982ba0c37
commit 201f599064

View File

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