mirror of
https://github.com/drasko/codezero.git
synced 2026-03-03 19:13:17 +01:00
Made necessary changes to make test0 link at an adjustable address
This commit is contained in:
@@ -63,5 +63,7 @@ objs = e.Object(src)
|
||||
mm0 = e.Program('mm0.elf', objs)
|
||||
Depends(objs, container_h)
|
||||
Depends(mm0, lma_lds)
|
||||
Depends(mm0, container_h)
|
||||
AlwaysBuild(container_h)
|
||||
Return('mm0')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user