Skip to content
Snippets Groups Projects
Verified Commit cf297371 authored by rahix's avatar rahix
Browse files

chore(sdk): Rename max32665_rt to max32665_startup


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4b809ff5
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,5 @@ lib = static_library(
libcard10 = declare_dependency(
include_directories: includes,
link_with: lib,
dependencies: deps + [max32665_rt],
dependencies: [deps, max32665_startup],
)
......@@ -5,12 +5,12 @@ sources = files(
)
lib = static_library(
'max32665-rt',
'max32665-startup',
sources,
dependencies: periphdriver,
)
max32665_rt = declare_dependency(
max32665_startup = declare_dependency(
link_whole: lib,
link_args: [
'-T', meson.current_source_dir() + 'Source/GCC/max32665.ld',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment