1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libcose/Makefile.dep

11 lines
206 B
Makefile
Raw Normal View History

2019-04-03 23:50:29 +02:00
USEPKG += nanocbor
2018-04-16 19:01:27 +02:00
USEMODULE += libcose_crypt
ifneq (,$(filter libcose_crypt_tweetnacl,$(USEMODULE)))
USEPKG += tweetnacl
endif
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE)))
USEPKG += hacl
endif