mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 21:32:45 +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
|