mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
187 B
Makefile
10 lines
187 B
Makefile
INCLUDES = -I../include
|
|
MODULE = crypto
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|
|
ifeq ($(strip $(BOARD)),msba2)
|
|
$(warning sha256 produces wrong results on msba2 with our old toolchain)
|
|
endif
|
|
|