Simplified loader, elf, and c library SConscripts

This commit is contained in:
Bahadir Balban
2009-09-14 19:15:32 +03:00
parent e08ab58b09
commit 0142677c81
5 changed files with 51 additions and 14 deletions

View File

@@ -44,3 +44,6 @@ 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)))
Alias('libl4', libl4)
Alias('kernel', kernel_elf)