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

Merge pull request #9498 from miri64/sock_util/fix/posix-dep

sock_util: add posix dependency
This commit is contained in:
Martine Lenders 2018-07-05 11:00:41 +02:00 committed by GitHub
commit 5d4ba9f5f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,6 +676,10 @@ ifneq (,$(filter sock_dns,$(USEMODULE)))
USEMODULE += sock_util
endif
ifneq (,$(filter sock_util,$(USEMODULE)))
USEMODULE += posix
endif
ifneq (,$(filter event_%,$(USEMODULE)))
USEMODULE += event
endif