mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 20:51:56 +00:00
Enable building CC3200 SDK driver peripheral library files in Zephyr. The SDK provides convenience functions to access CC3200 hardware peripherals, and header files with register definitions. Jira: ZEP-1109 Change-Id: I89f1485b9f35320a253ae211a27168bb2288c8b7 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
5 lines
162 B
Makefile
5 lines
162 B
Makefile
obj-$(CONFIG_HAS_KSDK) += ksdk/
|
|
obj-$(CONFIG_QMSI_BUILTIN) += qmsi/
|
|
obj-$(CONFIG_HAS_STM32CUBE) += st/stm32cube/
|
|
obj-$(CONFIG_CC3200SDK_BUILTIN) += ti/cc3200sdk/
|