Test container working, but logic seems wrong

This commit is contained in:
Amit Mahajan
2009-12-09 15:56:21 +05:30
parent 57f157c4a5
commit 54301e8026
4 changed files with 15 additions and 16 deletions

View File

@@ -61,6 +61,7 @@ env = Environment(CC = config.user_toolchain + 'gcc',
src = Glob('*.[cS]')
src += Glob('src/*.[cS]')
src += Glob('src/arch/*.[cS]')
objs = env.Object(src)
prog = env.Program('main.elf', objs)