1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto/Makefile

10 lines
187 B
Makefile
Raw Normal View History

2013-08-06 18:52:30 +02:00
INCLUDES = -I../include
MODULE = crypto
include $(RIOTBASE)/Makefile.base
ifeq ($(strip $(BOARD)),msba2)
2013-08-17 20:18:40 +02:00
$(warning sha256 produces wrong results on msba2 with our old toolchain)
endif
2013-08-17 20:18:40 +02:00