summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-05-25 09:03:33 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-05-27 01:38:23 +0000
commit37b1d1eb55733073f273058a7e4972c4b460aa3f (patch)
tree756de964f47fb7e8ec3fa3c797cc6d2ac07263f9 /lib
parenta3a8828af36c7ba7cbe4673bcf463bdc2f2f0bb5 (diff)
ext: include headers based on HAL being used
For CMSIS we now have HAS_CMSIS which needs to be added to the SoC definition. Instead of changing the main Makefile we now include a sub-Makefile with all related header and library paths that are hosted in ext/ Move redifintion of LIB_INCLUDE_DIR later to get variables defined in Makefile.toolchain.* Change-Id: I9f90f90247c2a66b4565427b89d4e1d4dd5c9622 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4d4f61471..9ac356138 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -3,11 +3,6 @@ ifdef CONFIG_TINYCRYPT
ZEPHYRINCLUDE += -I$(srctree)/lib/crypto/tinycrypt/include
endif
-ifdef CONFIG_QMSI_LIBRARY
-LIB_INCLUDE_DIR += -L$(CONFIG_QMSI_INSTALL_PATH:"%"=%)/lib
-ALL_LIBS += qmsi
-endif
-
ifdef CONFIG_MINIMAL_LIBC
ZEPHYRINCLUDE += -I$(srctree)/lib/libc/minimal/include
endif