1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #17780 from benpicco/gnrc_sock-iolist

net/gnrc_sock: depend on iolist
This commit is contained in:
Marian Buschsieweke 2022-03-10 11:38:14 +01:00 committed by GitHub
commit f298d0a585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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