RIOT/tests/gnrc_tcp/Makefile.board.dep

7 lines
126 B
Makefile

# Put board specific dependencies here
ifeq (native,$(BOARD))
USEMODULE += netdev_tap
else
USEMODULE += stdio_ethos
endif