mirror of
https://github.com/drasko/codezero.git
synced 2026-01-30 03:33:13 +01:00
Force rebuild of bare containers when their linker script changes.
Small change but useful since linker address configuration changes should force relinking of container executables.
This commit is contained in:
@@ -52,3 +52,4 @@ src += Glob('src/*.[cS]')
|
||||
|
||||
objs = env.Object(src)
|
||||
prog = env.Program('main.elf', objs)
|
||||
Depends(prog, 'include/linker.lds')
|
||||
|
||||
Reference in New Issue
Block a user