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

Merge pull request #9511 from bergzand/pr/sockutil/deps

sock: Add dependencies for sock_util
This commit is contained in:
Gaëtan Harter 2018-07-06 18:49:02 +02:00 committed by GitHub
commit 6244ce4f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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