Merge pull request #15308 from fjmolinas/pr_missing_suit_deps
sys/suit: dependencies fixes
This commit is contained in:
commit
b1146c0f42
@ -817,6 +817,10 @@ ifneq (,$(filter luid,$(USEMODULE)))
|
||||
FEATURES_OPTIONAL += periph_cpuid
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nanocoap_sock,$(USEMODULE)))
|
||||
USEMODULE += sock_udp
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nanocoap_%,$(USEMODULE)))
|
||||
USEMODULE += nanocoap
|
||||
endif
|
||||
@ -922,9 +926,12 @@ endif
|
||||
ifneq (,$(filter suit,$(USEMODULE)))
|
||||
USEPKG += nanocbor
|
||||
USEPKG += libcose
|
||||
USEMODULE += libcose_crypt_c25519
|
||||
USEMODULE += uuid
|
||||
|
||||
ifeq (,$(filter libcose_crypt_%,$(USEMODULE)))
|
||||
USEMODULE += libcose_crypt_c25519
|
||||
endif
|
||||
|
||||
# tests/suit_manifest has some mock implementations,
|
||||
# only add the non-mock dependencies if not building that test.
|
||||
ifeq (,$(filter suit_transport_mock,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user