Need includes in main Makefile too

This commit is contained in:
Nicolas Stalder 2019-02-26 20:16:38 +01:00
parent a6673b0917
commit c97b9f9b8f

View File

@ -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