Commented out redundant lines.
The lines for the RTOS and hal are not needed at this point either.
This commit is contained in:
parent
6016bf5d2a
commit
4dfd9ffad4
|
@ -225,19 +225,19 @@ else()
|
||||||
# ${STARTUP_FILE}
|
# ${STARTUP_FILE}
|
||||||
# ${SYSTEM_FILE}
|
# ${SYSTEM_FILE}
|
||||||
# )
|
# )
|
||||||
add_executable(${PROJECT_NAME}.elf
|
# add_executable(${PROJECT_NAME}.elf
|
||||||
${SOURCES}
|
# ${SOURCES}
|
||||||
)
|
# )
|
||||||
target_include_directories(${PROJECT_NAME}.elf
|
# target_include_directories(${PROJECT_NAME}.elf
|
||||||
PUBLIC
|
# PUBLIC
|
||||||
${PROJECT_SOURCE_DIR}/include
|
# ${PROJECT_SOURCE_DIR}/include
|
||||||
)
|
# )
|
||||||
target_link_libraries(${PROJECT_NAME}.elf
|
# target_link_libraries(${PROJECT_NAME}.elf
|
||||||
PUBLIC
|
# PUBLIC
|
||||||
rtos
|
# rtos
|
||||||
hal
|
# hal
|
||||||
${MODULES_USED}
|
# ${MODULES_USED}
|
||||||
)
|
# )
|
||||||
target_compile_definitions(${PROJECT_NAME}.elf
|
target_compile_definitions(${PROJECT_NAME}.elf
|
||||||
PUBLIC
|
PUBLIC
|
||||||
${MCU}
|
${MCU}
|
||||||
|
|
Loading…
Reference in New Issue