mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.dep: fix sock_async deps
This commit is contained in:
parent
fa99345c4e
commit
c97f025333
@ -804,6 +804,15 @@ ifneq (,$(filter sock_async_event,$(USEMODULE)))
|
||||
USEMODULE += event
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_async,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc%,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_async
|
||||
endif
|
||||
ifneq (,$(filter openwsn%,$(USEMODULE)))
|
||||
USEMODULE += openwsn_sock_async
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||
USEMODULE += sock_udp
|
||||
USEMODULE += sock_util
|
||||
|
Loading…
Reference in New Issue
Block a user