1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

sock: Add dependencies for sock_util

This commit is contained in:
Koen Zandberg 2018-06-13 16:16:48 +02:00
parent 392c40e1a0
commit be9372833d
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -693,6 +693,8 @@ endif
ifneq (,$(filter sock_util,$(USEMODULE)))
USEMODULE += posix
USEMODULE += fmt
USEMODULE += sock_udp
endif
ifneq (,$(filter event_%,$(USEMODULE)))