Skip to content

Commit

Permalink
Merge pull request #17685 from fjmolinas/pr_dix_dsm_dep
Browse files Browse the repository at this point in the history
sys/net/dsm: add missing dependencies
  • Loading branch information
benpicco committed Feb 21, 2022
2 parents eb99e27 + 0a2b833 commit ec6c590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sys/net/dsm/Makefile.dep

This file was deleted.

0 comments on commit ec6c590

Please sign in to comment.