From c97b9f9b8f6f8020bc090719cd200c5070a65e34 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Tue, 26 Feb 2019 20:16:38 +0100 Subject: [PATCH] Need includes in main Makefile too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e6b38b..bbc7983 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ LDFLAGS += $(LIBCBOR) CFLAGS = -O2 -fdata-sections -ffunction-sections INCLUDES = -I./tinycbor/src -I./crypto/sha256 -I./crypto/micro-ecc/ -Icrypto/tiny-AES-c/ -I./fido2/ -I./pc -I./fido2/extensions +INCLUDES += -I./crypto/cifra/src CFLAGS += $(INCLUDES) # for crypto/tiny-AES-c