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

9 lines
153 B
Makefile
Raw Normal View History

2016-10-29 21:26:21 +02:00
USEPKG += nanocoap
# Specify the mandatory networking modules
USEMODULE += gcoap
USEMODULE += gnrc_sock_udp
2016-10-29 21:26:21 +02:00
USEMODULE += gnrc_ipv6
USEMODULE += random