mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 11:53:15 +01:00
Fixed the problem that loader final.elf dependency wasn't detected
final.elf should now depend on build/conts/containers.elf
This commit is contained in:
@@ -35,5 +35,5 @@ objs = env.Object(src)
|
||||
|
||||
Depends(src, loader_ksyms)
|
||||
Depends(src, loader_image_S)
|
||||
Depends(objs, loader_image_S)
|
||||
Depends(objs, join(BUILDDIR, 'conts/containers.elf'))
|
||||
Return('objs', 'loader_image_S')
|
||||
|
||||
Reference in New Issue
Block a user