1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto/Makefile
2013-08-20 09:58:46 +02:00

10 lines
187 B
Makefile

INCLUDES = -I../include
MODULE = crypto
include $(RIOTBASE)/Makefile.base
ifeq ($(strip $(BOARD)),msba2)
$(warning sha256 produces wrong results on msba2 with our old toolchain)
endif