summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-04-18 17:32:02 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-04-22 20:55:36 -0400
commit7c332df43bfd633d8041232d0d888ed6a0b885b7 (patch)
treec7e892035fba9a5d726940f39062dfb4efb82f8c /Makefile
parentdcf2f48413c15b6ebdacf5d1c42a742ad339e7e1 (diff)
qmsi: use QMSI_LIBRARY instead of QMSI_DRIVERS
For linking with external library, use QMSI_LIBRARY and point to path of the library using QMSI_INSTALL_PATH Change-Id: Icd954188a26cc02074aa8fe08a4afdea31879f60 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a4fdb03e..afeabb386 100644
--- a/Makefile
+++ b/Makefile
@@ -579,7 +579,7 @@ $(if $(CROSS_COMPILE),, \
$(error ZEPHYR_GCC_VARIANT is not set. ))
endif
-ifdef CONFIG_QMSI_DRIVERS
+ifdef CONFIG_QMSI_LIBRARY
LIB_INCLUDE_DIR += -L$(CONFIG_QMSI_INSTALL_PATH:"%"=%)/lib
ALL_LIBS += qmsi
endif