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>
This commit is contained in:
parent
a3a8828af3
commit
37b1d1eb55
11 changed files with 65 additions and 31 deletions
|
@ -63,8 +63,6 @@ source "drivers/ipm/Kconfig"
|
|||
|
||||
source "drivers/aio/Kconfig"
|
||||
|
||||
source "drivers/qmsi/Kconfig"
|
||||
|
||||
source "drivers/flash/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue