mirror of
https://github.com/drasko/codezero.git
synced 2026-01-17 05:13:16 +01:00
Can now compile loader, libl4, libelf, libc from SConstruct.loader
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user