1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #17685 from fjmolinas/pr_dix_dsm_dep

sys/net/dsm: add missing dependencies
This commit is contained in:
benpicco 2022-02-21 20:26:06 +01:00 committed by GitHub
commit ec6c590260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -571,6 +571,11 @@ ifneq (,$(filter gcoap_dtls,$(USEMODULE)))
USEMODULE += event_timeout_ztimer
endif
ifneq (,$(filter dsm,$(USEMODULE)))
USEMODULE += sock_dtls
USEMODULE += xtimer
endif
ifneq (,$(filter gcoap,$(USEMODULE)))
USEMODULE += nanocoap
USEMODULE += sock_async_event

View File

@ -1 +0,0 @@
FEATURES_REQUIRED += sock_dtls