From 23357f44c0158e83ee9f93cfaf4a8b6a27cde6c7 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Wed, 12 Sep 2018 22:32:58 -0400 Subject: [PATCH] edit build settings --- Makefile | 2 +- targets/efm32/.cproject | 19 ++++++++++--------- targets/efm32/.project | 4 ++-- targets/efm32/inc/app.h | 4 +++- targets/efm32boot/.cproject | 1 + 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 7655ccf..04b4619 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ obj = $(src:.c=.o) uECC.o LDFLAGS = -Wl,--gc-sections ./tinycbor/lib/libtinycbor.a 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 +INCLUDES = -I./tinycbor/src -I./crypto/sha256 -I./crypto/micro-ecc/ -Icrypto/tiny-AES-c/ -I./fido2/ -I./pc -I./fido2/extensions CFLAGS += $(INCLUDES) diff --git a/targets/efm32/.cproject b/targets/efm32/.cproject index 4f6fe54..844809e 100644 --- a/targets/efm32/.cproject +++ b/targets/efm32/.cproject @@ -28,7 +28,7 @@ -