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-12 10:01:48 +02:00

9 lines
187 B
Makefile

INCLUDES = -I../include
MODULE = crypto
include $(RIOTBASE)/Makefile.base
ifeq ($(strip $(BOARD)),msba2)
$(error "sha256 produces wrong results on msba2 currently, aborting...")
endif