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

net/gnrc_sock: depend on iolist

This commit is contained in:
Benjamin Valentin 2022-03-09 22:42:01 +01:00
parent ce31e20d14
commit 32cf05b110

View File

@ -81,6 +81,7 @@ ifneq (,$(filter gnrc_%,$(filter-out gnrc_lorawan gnrc_netapi gnrc_netreg gnrc_n
endif
ifneq (,$(filter gnrc_sock_%,$(USEMODULE)))
USEMODULE += iolist
USEMODULE += gnrc_sock
ifneq (,$(filter sock_aux_timestamp,$(USEMODULE)))
USEMODULE += gnrc_netif_timestamp