This patch includes the new files in the build and refactors the Kconfig and Kbuild files in ext/hal/nordic to acommodate for the presence of the radio driver. Change-Id: Ifeda1f6d51916c7096be3c09ef7db6ca59c87728 Signed-off-by: Wojciech Bober <wojciech.bober@nordicsemi.no>
7 lines
254 B
Makefile
7 lines
254 B
Makefile
obj-$(CONFIG_HAS_MCUX) += nxp/mcux/
|
|
obj-$(CONFIG_QMSI_BUILTIN) += qmsi/
|
|
obj-$(CONFIG_HAS_STM32CUBE) += st/stm32cube/
|
|
obj-$(CONFIG_HAS_CC3200SDK) += ti/cc3200sdk/
|
|
obj-$(CONFIG_HAS_NORDIC_HAL) += nordic/
|
|
obj-$(CONFIG_HAS_NORDIC_DRIVERS) += nordic/drivers/
|