mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 22:33:15 +01:00
Correct the include path so that task compilation succeeds.
This commit is contained in:
@@ -20,11 +20,7 @@
|
||||
Import ( 'environment' )
|
||||
|
||||
e = environment.Clone ( )
|
||||
e.Append ( CPPPATH = [ 'include' , '#libs/c/include/' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
|
||||
|
||||
# TODO: There are errors in this code that -Werror gives problems with.
|
||||
|
||||
#e['CCFLAGS'] = [ '-g' , '-nostdlib' , '-Wall' , '-ffreestanding' , '-std=gnu99' , '-D__USERSPACE__' ]
|
||||
e.Append ( CPPPATH = [ 'include' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
|
||||
|
||||
objects = e.StaticObject ( Glob ( '*.c' ) + Glob ( 'src/*.c' ) )
|
||||
Depends ( objects , e['configFiles'] )
|
||||
|
||||
Reference in New Issue
Block a user