mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:32:44 +01:00
12 lines
170 B
Makefile
12 lines
170 B
Makefile
|
MODULE := c25519
|
||
|
|
||
|
SRC += c25519.c
|
||
|
SRC += ed25519.c
|
||
|
SRC += edsign.c
|
||
|
SRC += f25519.c
|
||
|
SRC += fprime.c
|
||
|
SRC += morph25519.c
|
||
|
SRC += sha512.c
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|