1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/net/gnrc_dhcpv6_client_stateless/Makefile.board.dep

5 lines
115 B
Makefile
Raw Normal View History

2021-08-18 19:44:14 +02:00
# Put board specific dependencies here
ifeq (,$(filter native native64,$(BOARD)))
2021-08-18 19:44:14 +02:00
USEMODULE += stdio_ethos
endif