mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 04:43:16 +01:00
Simplified loader, elf, and c library SConscripts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user