os: build 'lib/ld' in 'monitor_gdb.inc'

Fixes #5068
This commit is contained in:
Christian Prochaska 2023-12-01 11:21:05 +01:00 committed by Norman Feske
parent 82a9582dd7
commit 2aeea45c30
2 changed files with 2 additions and 5 deletions

View File

@ -22,7 +22,7 @@ import_from_depot [depot_user]/src/[base_src] \
[depot_user]/src/sandbox \ [depot_user]/src/sandbox \
[depot_user]/src/monitor [depot_user]/src/monitor
set build_components { test/monitor_gdb test/log } set build_components { lib/ld test/monitor_gdb test/log }
if {[have_include power_on/qemu]} { if {[have_include power_on/qemu]} {
append build_components { drivers/uart } append build_components { drivers/uart }

View File

@ -57,10 +57,7 @@ if {[have_include power_on/qemu]} {
[depot_user]/src/vfs_lwip [depot_user]/src/vfs_lwip
} }
append build_components " append build_components { lib/ld test/monitor_gdb test/log }
test/monitor_gdb
test/log
"
build $build_components build $build_components