RIOT/pkg/libcose/Makefile.dep
2018-04-16 19:01:27 +02:00

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