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

fix(sdk): Fix broken board_card10 linking


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 0fd1e086
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ sources = files(
'../Source/led.c',
'../Source/mx25.c',
'../Source/pb.c',
'../Source/stdio.c',
)
lib = static_library(
......@@ -17,15 +18,7 @@ lib = static_library(
dependencies: periphdriver,
)
libstdio = static_library(
'board-stdio',
'../Source/stdio.c',
include_directories: includes,
dependencies: periphdriver,
)
board_card10 = declare_dependency(
include_directories: includes,
link_with: lib,
link_whole: libstdio,
link_whole: lib,
)
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