2016-05-25 23:05:08 +08:00
|
|
|
ifdef CONFIG_HAS_NORDIC_MDK
|
|
|
|
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/mdk
|
|
|
|
endif
|
2017-01-27 20:12:25 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_HAS_NORDIC_HAL
|
|
|
|
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/hal
|
|
|
|
endif
|
2017-02-06 19:41:10 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_HAS_NORDIC_DRIVERS
|
|
|
|
ZEPHYRINCLUDE += -I$(srctree)/ext/hal/nordic/drivers
|
|
|
|
endif
|