From df1755b9124d95cf980685139e63ebe4dc0c71f7 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Sat, 17 Aug 2013 20:18:40 +0200 Subject: [PATCH] fix broken warning --- sys/crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/crypto/Makefile b/sys/crypto/Makefile index 8f7571af0f..772db5ae6f 100644 --- a/sys/crypto/Makefile +++ b/sys/crypto/Makefile @@ -4,5 +4,6 @@ MODULE = crypto include $(RIOTBASE)/Makefile.base ifeq ($(strip $(BOARD)),msba2) - $(error "sha256 produces wrong results on msba2 currently, aborting...") +$(warning sha256 produces wrong results on msba2 with our old toolchain) endif +