mirror of
https://github.com/drasko/codezero.git
synced 2026-01-20 23:03:16 +01:00
Added inclusion of test_exec binary to test0
This commit is contained in:
@@ -99,7 +99,7 @@ def relocate_bootdesc(target, source, env):
|
||||
shutil.copyfile(bootdesc_raw.path, target[0].path)
|
||||
|
||||
bootdesc_c = e.Command('bootdesc.c', images, generate_bootdesc)
|
||||
bootdesc_raw = e.Program('bootdesc_raw.elf', bootdesc_c)
|
||||
bootdesc_raw = e.Program('bootdesc_raw', bootdesc_c)
|
||||
bootdesc = e.Command('bootdesc.elf', [bootdesc_raw, images], relocate_bootdesc)
|
||||
|
||||
Return('bootdesc')
|
||||
|
||||
Reference in New Issue
Block a user