mirror of
https://github.com/drasko/codezero.git
synced 2026-02-16 20:03:16 +01:00
Make a start on building the tasks.
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
Import ( 'environment' )
|
||||
|
||||
library = environment.StaticLibrary ( 'l4' , Glob ( 'src/*.c' ) + Glob ( 'src/' + environment['ARCH'] + '/*.S' ) )
|
||||
e = environment.Clone ( )
|
||||
e.Append ( CPPPATH = [ '#' + 'tasks/libposix/include' , 'include/libl4/arch' ] )
|
||||
|
||||
library = e.StaticLibrary ( 'l4' , Glob ( 'src/*.c' ) + Glob ( 'src/' + environment['ARCH'] + '/*.[cS]' ) )
|
||||
|
||||
Return ( 'library' )
|
||||
|
||||
Reference in New Issue
Block a user