Merge pull request #157 from mehlis/crypto

remove broken warning, this is a compiler bug not a RIOT problem
This commit is contained in:
Christian Mehlis 2013-08-21 14:31:44 -07:00
commit abc00efa78

View File

@ -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