diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/components/serial_manager/component_serial_manager_K32L2A41A.cmake')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/components/serial_manager/component_serial_manager_K32L2A41A.cmake | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/components/serial_manager/component_serial_manager_K32L2A41A.cmake b/lib/chibios-contrib/ext/mcux-sdk/components/serial_manager/component_serial_manager_K32L2A41A.cmake new file mode 100644 index 000000000..c5022445b --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/components/serial_manager/component_serial_manager_K32L2A41A.cmake | |||
@@ -0,0 +1,21 @@ | |||
1 | if(NOT COMPONENT_SERIAL_MANAGER_K32L2A41A_INCLUDED) | ||
2 | |||
3 | set(COMPONENT_SERIAL_MANAGER_K32L2A41A_INCLUDED true CACHE BOOL "component_serial_manager component is included.") | ||
4 | |||
5 | target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE | ||
6 | ${CMAKE_CURRENT_LIST_DIR}/fsl_component_serial_manager.c | ||
7 | ) | ||
8 | |||
9 | target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE | ||
10 | ${CMAKE_CURRENT_LIST_DIR}/. | ||
11 | ) | ||
12 | |||
13 | #OR Logic component | ||
14 | if(CONFIG_USE_component_serial_manager_uart_K32L2A41A) | ||
15 | include(component_serial_manager_uart_K32L2A41A) | ||
16 | endif() | ||
17 | |||
18 | include(driver_common) | ||
19 | include(component_lists) | ||
20 | |||
21 | endif() \ No newline at end of file | ||