1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/monocypher: remove unecessary patches

This commit is contained in:
Alexandre Abadie 2020-06-12 17:19:15 +02:00
parent a009684336
commit 67f117d997
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 5 additions and 6 deletions

View File

@ -5,5 +5,8 @@ PKG_LICENSE=CC-0
include $(RIOTBASE)/pkg/pkg.mk
all:
"$(MAKE)" -C $(PKG_BUILDDIR)/src
all: $(filter monocypher_optional,$(USEMODULE))
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
monocypher_optional:
"$(MAKE)" -C $(PKG_BUILDDIR)/src/optional -f $(RIOTBASE)/Makefile.base MODULE=$@

View File

@ -1,8 +1,4 @@
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