From 6600a531c8ad930ee450f5c3012e1f721d20b95f Mon Sep 17 00:00:00 2001 From: elms Date: Fri, 16 Apr 2021 15:16:17 -0700 Subject: [PATCH] Deos: project relative include paths and ignore fips files by default --- IDE/ECLIPSE/DEOS/deos_wolfssl/.options | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/IDE/ECLIPSE/DEOS/deos_wolfssl/.options b/IDE/ECLIPSE/DEOS/deos_wolfssl/.options index 1568eaf8f..eb9d4aeb7 100644 --- a/IDE/ECLIPSE/DEOS/deos_wolfssl/.options +++ b/IDE/ECLIPSE/DEOS/deos_wolfssl/.options @@ -19,9 +19,9 @@ $(DESK_DIR)/ppc/include $(DESK_DIR)/x86/include $(DESK_DIR)/include - $(PROJECT_DIR.wolfssl)/../../../.. - $(PROJECT_DIR.wolfssl)/../../../../fips - $(PROJECT_DIR.wolfssl)/.. + $(PROJECT_DIR)/../../../.. + $(PROJECT_DIR)/../../../../fips + $(PROJECT_DIR)/.. $(PROJECT_DIR.printx)/code WOLFSSL_USER_SETTINGS $(DESK_DIR)/arm/appbin @@ -30,4 +30,7 @@ true -L $(PROJECT_DIR.printx)/output/powerpc-motorola-elf/diagnostic none + fips.c + fips_test.c + selftest.c