mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 10:13:15 +01:00
Moved all threading functions to libl4/include/l4lib/thread/*
This commit is contained in:
@@ -30,7 +30,7 @@ env = Environment(CC = config.user_toolchain + 'gcc',
|
||||
|
||||
# TODO: There are errors in this code that -Werror gives problems with.
|
||||
|
||||
objects = env.StaticObject(Glob('src/*.c') + Glob('src/' + arch + '/*.[cS]'))
|
||||
objects = env.StaticObject(Glob('src/*.c') + Glob('src/thread/*.c') + Glob('src/' + arch + '/*.[cS]'))
|
||||
library = env.StaticLibrary('l4', objects)
|
||||
|
||||
#Return('library')
|
||||
|
||||
Reference in New Issue
Block a user