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
2016-10-31 22:41:53 -04:00

10 lines
202 B
Makefile

USEPKG += nanocoap
# Required by nanocoap to compile nanocoap_sock.
USEMODULE += gnrc_sock_udp
# Specify the mandatory networking modules
USEMODULE += gcoap
USEMODULE += gnrc_ipv6
USEMODULE += random