mirror of
https://github.com/drasko/codezero.git
synced 2026-02-11 09:23:15 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -69,7 +69,7 @@ test_exec_env = environment.Clone()
|
||||
|
||||
test_exec_env.Append(LIBS = ['posix', 'c-userspace'])
|
||||
test_exec_env.Append(LINKFLAGS = '-T' + test_exec_lds[0].path)
|
||||
test_exec_env.Append(CPPFLAGS = ' -D__USERSPACE__')
|
||||
test_exec_env.Append(CPPFLAGS = ' -D__USERSPACE__ -include l4lib/macros.h ')
|
||||
test_exec_env.Replace(PROGSUFFIX = '')
|
||||
test_exec_src = Glob('src/test_exec/*.[cS]')
|
||||
test_exec_objs = test_exec_env.Object(test_exec_src)
|
||||
@@ -81,7 +81,7 @@ AlwaysBuild(test_exec_lds)
|
||||
|
||||
env.Append(LIBS = ['posix', 'c-userspace'])
|
||||
env.Append(LINKFLAGS = '-T' + lma_lds[0].path)
|
||||
env.Append(CPPFLAGS = ' -D__USERSPACE__')
|
||||
env.Append(CPPFLAGS = ' -D__USERSPACE__ -include l4lib/macros.h ')
|
||||
env.Replace(PROGSUFFIX = '')
|
||||
objs = env.Object(src + test_exec_asm)
|
||||
test0 = env.Program('test0', objs)
|
||||
|
||||
Reference in New Issue
Block a user