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:
parent
ce31e20d14
commit
32cf05b110
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user