mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
235 B
Makefile
9 lines
235 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/monocypher/src
|
|
INCLUDES += -I$(PKGDIRBASE)/monocypher/src/optional
|
|
|
|
ifneq (,$(filter monocypher_optional,$(USEMODULE)))
|
|
DIRS += $(PKGDIRBASE)/monocypher/src/optional
|
|
endif
|
|
|
|
CFLAGS += -DBLAKE2_NO_UNROLLING
|