change made in portable/CMakeLists.txt to create only one static library

This commit is contained in:
ABARNAT 2024-01-25 10:53:22 +01:00
parent 8e664fc984
commit f445da0df8

View file

@ -15,7 +15,7 @@ endif()
# FreeRTOS internal cmake file. Do not use it in user top-level project
add_library(freertos_kernel_port STATIC
add_library(freertos_kernel_port OBJECT
# TEMPLATE Port
$<$<STREQUAL:${FREERTOS_PORT},TEMPLATE>:
template/port.c>