mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
test.run: remove obsolete boot-module heuristic
The ROMs of built executables and shared objects are now covered by the [build_artifacts]. Issue #4860
This commit is contained in:
parent
443008777b
commit
0d34988929
@ -222,11 +222,6 @@ proc content_rom_modules { } {
|
||||
|
||||
foreach rom [content_rom_modules] {
|
||||
|
||||
# raw-archive content is installed directly into [run_dir]/genode
|
||||
if {![rom_module_from_raw_archive $rom]} {
|
||||
lappend boot_modules $rom
|
||||
}
|
||||
|
||||
# handle vfs plugin shared-object targets
|
||||
if {[regexp "^(.+).lib.so$" $rom dummy plugin]} {
|
||||
lappend build_targets lib/$plugin
|
||||
|
Loading…
Reference in New Issue
Block a user