Safety check-in of the next stage in getting the tasks linked.

This commit is contained in:
Russel Winder
2009-08-05 12:21:02 +01:00
parent 8b9b254f6c
commit eb45780f16
4 changed files with 20 additions and 10 deletions

View File

@@ -197,7 +197,8 @@ else :
LIBS = taskLibraries + ['gcc', libs['userspace']],
PROGSUFFIX = '.axf',
CPPDEFINES = ['__USERSPACE__'],
CPPPATH = ['#' + buildDirectory, '#' + buildDirectory + '/l4', '#' + includeDirectory, 'include', '#tasks/libl4/include', '#tasks/libmem', '#tasks/libposix/include'])
CPPPATH = ['#' + buildDirectory, '#' + buildDirectory + '/l4', '#' + includeDirectory, 'include', '#tasks/libl4/include', '#tasks/libmem', '#tasks/libposix/include'],
kernel = startAxf)
tasks = []
for task in [f.name for f in Glob('tasks/*') if f.name not in taskLibraryNames + ['bootdesc']]: