mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sock_dns_mock: pull in DNS module
This commit is contained in:
parent
e128736014
commit
0cb3746a97
@ -602,6 +602,10 @@ ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||
USEMODULE += posix_headers
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_dns_mock,$(USEMODULE)))
|
||||
USEMODULE += dns
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_dodtls,$(USEMODULE)))
|
||||
USEMODULE += dns_msg
|
||||
USEMODULE += sock_dtls
|
||||
|
Loading…
Reference in New Issue
Block a user