mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
167 B
Makefile
11 lines
167 B
Makefile
MODULE = nimble_tinycrypt
|
|
|
|
SRC += aes_decrypt.c
|
|
SRC += aes_encrypt.c
|
|
SRC += cmac_mode.c
|
|
SRC += ecc.c
|
|
SRC += ecc_dh.c
|
|
SRC += utils.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|