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

12 lines
231 B
Makefile
Raw Normal View History

2016-11-22 14:51:07 +01:00
include ../Makefile.tests_common
BOARD_WHITELIST = native # socket_zep is only available on native
USEMODULE += od
USEMODULE += socket_zep
2021-09-29 00:09:15 +02:00
USEMODULE += netdev
2016-11-22 14:51:07 +01:00
TERMFLAGS ?= -z [::1]:17754
include $(RIOTBASE)/Makefile.include