Building QMSI to be used inside Zephyr requires that the build flag ENABLE_EXTERNAL_ISR_HANDLING be defined, so QMSI knows not to treat IRQs by itself. However, setting that in subdir-ccflags in the QMSI directory makes the flag available only during the QMSI build. Put the definition in KBUILD_CPPFLAGS so it's also available to users of QMSI, regardless of whether it's the internal build or used as an external library, and so that definitions protected by this flag match between what's built and what is seen through header inclusion. Jira: ZEP-1030 Change-Id: Ifd4af2ab4bdf741269cdd732b48e00e5656e65fe Signed-off-by: Iván Briano <ivan.briano@intel.com> |
||
|---|---|---|
| .. | ||
| fs | ||
| hal | ||
| lib | ||
| Kbuild | ||
| Kconfig | ||
| Makefile | ||