mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
228 B
Makefile
9 lines
228 B
Makefile
USEMODULE += sock_util
|
|
USEMODULE += gnrc_sock
|
|
USEMODULE += gnrc_ipv6
|
|
USEMODULE += ipv4_addr
|
|
USEMODULE += ipv6_addr
|
|
USEMODULE += posix_headers
|
|
# GNRC has no support for IPv4, still force it on for the unit test
|
|
USEMODULE += ipv4
|