Compilation order chnaged for the submodules otherwise extra project source files can t reach functions declared in KED

master
Kerem Yollu 2 years ago
parent 7090e7f925
commit 69d109582c

@ -156,12 +156,13 @@ makeSubmodulesProject("${PROJECT_ADDITIONAL_DIRS}" "${PROJECT_TO_COMPILE_LIST}"
message("${BoldBlue}+-------------------------------+${ColourReset}") message("${BoldBlue}+-------------------------------+${ColourReset}")
# Stick All the libraries together, only for code redability futher down. # Stick All the libraries together, only for code redability futher down.
set(GENERATED_LIBRARIES ${STARTUP_UCODE} set(GENERATED_LIBRARIES ${PROJECT_LIBS}
${STARTUP_UCODE}
${SYSTEM_LIBS} ${SYSTEM_LIBS}
${PERIPHERAL_LIBS} ${PERIPHERAL_LIBS}
${DRIVER_LIBS} ${DRIVER_LIBS}
${LIBRARIES_LIBS} ${LIBRARIES_LIBS})
${PROJECT_LIBS})
#################################################################################################### ####################################################################################################
# Overview # Overview

Loading…
Cancel
Save