Made necessary changes to make test0 link at an adjustable address

This commit is contained in:
Bahadir Balban
2009-10-17 13:24:26 +03:00
parent 6df923c34d
commit fc95d95454
5 changed files with 43 additions and 7 deletions

View File

@@ -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')