11 lines
206 B
Makefile
11 lines
206 B
Makefile
USEPKG += nanocbor
|
|
|
|
USEMODULE += libcose_crypt
|
|
|
|
ifneq (,$(filter libcose_crypt_tweetnacl,$(USEMODULE)))
|
|
USEPKG += tweetnacl
|
|
endif
|
|
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE)))
|
|
USEPKG += hacl
|
|
endif
|