1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 07:32:45 +01:00
RIOT/tests/net/sntp/Makefile

10 lines
213 B
Makefile
Raw Normal View History

include ../Makefile.net_common
2017-03-04 22:07:02 +01:00
USEMODULE += sntp
USEMODULE += gnrc_ipv6_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += netdev_default
USEMODULE += shell_cmds_default
2017-03-04 22:07:02 +01:00
include $(RIOTBASE)/Makefile.include