pkg/monocypher: reduce scope of CFLAGS
This commit is contained in:
parent
67f117d997
commit
e620d37924
@ -5,6 +5,8 @@ PKG_LICENSE=CC-0
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
CFLAGS += -DBLAKE2_NO_UNROLLING
|
||||
|
||||
all: $(filter monocypher_optional,$(USEMODULE))
|
||||
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|
||||
|
||||
|
||||
@ -1,4 +1,2 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/monocypher/src
|
||||
INCLUDES += -I$(PKGDIRBASE)/monocypher/src/optional
|
||||
|
||||
CFLAGS += -DBLAKE2_NO_UNROLLING
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user