mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
USEPKG += cn-cbor
|
|
|
|
USEMODULE += libcose_crypt
|
|
|
|
ifneq (,$(filter libcose_crypt_tweetnacl,$(USEMODULE)))
|
|
USEPKG += tweetnacl
|
|
endif
|
|
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE)))
|
|
USEPKG += hacl
|
|
endif
|