ext qmsi: Fix broken built-in qmsi build
Update the built-in QMSI build to add qm_flash.c into the default build due to that the clk.c from QMSI 1.1.0 added a new dependency on qm_flash file. (https://gerrit.zephyrproject.org/r/#/c/4000/3/ext/hal/qmsi/drivers/clk.c) Jira: ZEP-703 Change-Id: I9f64e308cec21477a9b96183dec9ecca37ead373 Signed-off-by: Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
This commit is contained in:
parent
a0a5e82205
commit
8085078ec4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
subdir-ccflags-$(CONFIG_QMSI_BUILTIN) +=-DISR_HANDLED
|
||||
|
||||
obj-$(CONFIG_QMSI_BUILTIN) += drivers/clk.o
|
||||
obj-$(CONFIG_QMSI_BUILTIN) += drivers/clk.o drivers/qm_flash.o
|
||||
ifeq ($(CONFIG_ARC),y)
|
||||
obj-$(CONFIG_QMSI_BUILTIN) += drivers/sensor/ss_clk.o
|
||||
obj-$(CONFIG_QMSI_BUILTIN) += drivers/sensor/ss_power_states.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue