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:
commit
ec6c590260
@ -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
|
||||
|
||||
@ -1 +0,0 @@
|
||||
FEATURES_REQUIRED += sock_dtls
|
||||
Loading…
x
Reference in New Issue
Block a user