1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00
2025-04-01 12:39:06 +02:00

12 lines
239 B
Makefile

include ../Makefile.net_common
BOARD_WHITELIST = native32 native64 # socket_zep is only available on native
USEMODULE += od
USEMODULE += socket_zep
USEMODULE += netdev
TERMFLAGS ?= -z [::1]:17754
include $(RIOTBASE)/Makefile.include