mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
212 B
Makefile
12 lines
212 B
Makefile
MODULE = libb2
|
|
|
|
# Compiling for native triggers this warning
|
|
CFLAGS += -Wno-unused-function
|
|
|
|
SRC := blake2s-ref.c \
|
|
blake2b-ref.c \
|
|
blake2sp.c \
|
|
blake2bp.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|