Now that all the ksdk/mcux shim drivers use the config HAS_MCUX, we can remove the config HAS_KSDK. Change-Id: I94b7db41efae10c9234681aeb57f94e67a33c262 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
5 lines
162 B
Makefile
5 lines
162 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/
|