mirror of
https://github.com/drasko/codezero.git
synced 2026-01-21 15:23:15 +01:00
Independent compilation of libl4 and libmem working fine.
This commit is contained in:
@@ -54,8 +54,6 @@ def create_symlinks(arch):
|
||||
print cmd
|
||||
os.system(cmd)
|
||||
|
||||
# TODO: There are errors in this code that -Werror gives problems with.
|
||||
|
||||
#create_symlinks(arch)
|
||||
objects = env.StaticObject(Glob('src/*.c') + Glob('src/' + arch + '/*.[cS]'))
|
||||
library = env.StaticLibrary('l4', objects)
|
||||
|
||||
Reference in New Issue
Block a user