diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake |
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake new file mode 100644 index 000000000..3beec3246 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54114/device_startup_LPC54114_cm4.cmake | |||
@@ -0,0 +1,15 @@ | |||
1 | if(NOT DEVICE_STARTUP_LPC54114_CM4_INCLUDED) | ||
2 | |||
3 | set(DEVICE_STARTUP_LPC54114_CM4_INCLUDED true CACHE BOOL "device_startup component is included.") | ||
4 | |||
5 | target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE | ||
6 | ${CMAKE_CURRENT_LIST_DIR}/gcc/startup_LPC54114_cm4.S | ||
7 | ) | ||
8 | |||
9 | target_include_directories(${MCUX_SDK_PROJECT_NAME} PRIVATE | ||
10 | ) | ||
11 | |||
12 | |||
13 | include(device_system_LPC54114_cm4) | ||
14 | |||
15 | endif() \ No newline at end of file | ||