Commented out source code inclusion

This commit is contained in:
Jake Goodwin 2025-01-25 11:04:29 -08:00
parent 047b48ab1b
commit 6016bf5d2a
1 changed files with 8 additions and 8 deletions

View File

@ -217,14 +217,14 @@ else()
#-------------------
# Main elf
#-------------------
file(GLOB MAIN_SRC
"src/*.c"
)
set(SOURCES
${MAIN_SRC}
${STARTUP_FILE}
${SYSTEM_FILE}
)
# file(GLOB MAIN_SRC
# "src/*.c"
# )
# set(SOURCES
# ${MAIN_SRC}
# ${STARTUP_FILE}
# ${SYSTEM_FILE}
# )
add_executable(${PROJECT_NAME}.elf
${SOURCES}
)