1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

fix broken warning

This commit is contained in:
Christian Mehlis 2013-08-17 20:18:40 +02:00
parent 9bfd5a95f3
commit df1755b912

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