1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 03:23:49 +01:00
RIOT/tests/net/sntp/Makefile
2023-05-12 16:36:39 +02:00

10 lines
213 B
Makefile

include ../Makefile.net_common
USEMODULE += sntp
USEMODULE += gnrc_ipv6_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += netdev_default
USEMODULE += shell_cmds_default
include $(RIOTBASE)/Makefile.include