1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libb2/Makefile.libb2
2018-10-13 20:39:00 +02:00

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