corrects BoardBase in libwrap, as it is only Board now

This commit is contained in:
Eyck-Alexander Jentzsch 2025-05-22 17:47:11 +02:00
parent f37242efa7
commit 2bde14a398

View File

@ -35,7 +35,7 @@ foreach(FILE ${LIB_SOURCES})
endif()
endforeach()
add_library(wrap STATIC ${LIB_SOURCES} ../env/${BOARD_BASE}/bsp_write.c ../env/${BOARD_BASE}/bsp_read.c)
add_library(wrap STATIC ${LIB_SOURCES} ../env/${BOARD}/bsp_write.c ../env/${BOARD}/bsp_read.c)
target_include_directories(wrap PUBLIC ../include)
target_link_options(wrap INTERFACE ${WRAP_ARGS})