mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 00:32:44 +01:00
7 lines
137 B
Makefile
7 lines
137 B
Makefile
|
# Put board specific dependencies here
|
||
|
ifeq (,$(filter native,$(BOARD)))
|
||
|
USEMODULE += stdio_ethos
|
||
|
else
|
||
|
USEMODULE += socket_zep
|
||
|
endif
|