mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
Moved all threading functions to libl4/include/l4lib/thread/*
This commit is contained in:
@@ -55,7 +55,7 @@ def create_symlinks(arch):
|
||||
os.system(cmd)
|
||||
|
||||
#create_symlinks(arch)
|
||||
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