mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Add compilation of the Elf code.
This commit is contained in:
@@ -37,3 +37,5 @@ libs = { }
|
||||
crts = { }
|
||||
for variant in [ 'baremetal' , 'userspace' ] :
|
||||
( libs[variant] , crts[variant] ) = SConscript ( 'libs/c/SConscript' , variant_dir = 'build/lib/c/' + variant , duplicate = 0 , exports = { 'variant' : variant } )
|
||||
|
||||
libelf = SConscript ( 'libs/elf/SConscript' , variant_dir = 'build/lib/elf' , duplicate = 0 , exports = { 'lib' : libs['baremetal'] } )
|
||||
|
||||
Reference in New Issue
Block a user