Can now compile loader, libl4, libelf, libc from SConstruct.loader

This commit is contained in:
Bahadir Balban
2009-09-14 19:07:12 +03:00
parent 698e4702ff
commit e08ab58b09
3 changed files with 9 additions and 21 deletions

View File

@@ -41,6 +41,6 @@ objects += SConscript('src/api/SConscript', exports = {'symbols' : all_syms, 'en
kernel_elf = env.Program(BUILDDIR + '/kernel.elf', objects)
#libl4 = SConscript('conts/libl4/SConscript', \
# exports = { 'arch' : arch }, duplicate = 0, \
# variant_dir = join(BUILDDIR, os.path.relpath('conts/libl4', PROJROOT)))
libl4 = SConscript('conts/libl4/SConscript', \
exports = { 'arch' : arch }, duplicate = 0, \
variant_dir = join(BUILDDIR, os.path.relpath('conts/libl4', PROJROOT)))