fix broken warning
This commit is contained in:
parent
9bfd5a95f3
commit
df1755b912
@ -4,5 +4,6 @@ MODULE = crypto
|
|||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|
||||||
ifeq ($(strip $(BOARD)),msba2)
|
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
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user