mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
326 B
Makefile
15 lines
326 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
TEST_ON_CI_WHITELIST += native
|
|
|
|
USEPKG += libcose
|
|
# crypto backend.
|
|
USEMODULE += libcose_crypt_riot
|
|
# USEMODULE += libcose_crypt_hacl
|
|
# USEMODULE += libcose_crypt_monocypher
|
|
# USEMODULE += libcose_crypt_tinycrypt
|
|
USEMODULE += memarray
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|