1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/gnrc_border_router/Makefile.board.dep

7 lines
137 B
Makefile

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