Carried container definition to cinfo.c

This file is meant to be autogenerated by the configurator
This commit is contained in:
Bahadir Balban
2009-09-18 11:30:53 +03:00
parent 943e4a520c
commit 28f963517d
3 changed files with 133 additions and 124 deletions

View File

@@ -4,7 +4,7 @@
Import('env')
# The set of source files associated with this SConscript file.
src_local = ['irq.c', 'scheduler.c', 'time.c', 'tcb.c', 'space.c', 'bootm.c', 'resource.c', 'container.c', 'capability.c']
src_local = ['irq.c', 'scheduler.c', 'time.c', 'tcb.c', 'space.c', 'bootm.c', 'resource.c', 'container.c', 'capability.c', 'cinfo.c']
obj = env.Object(src_local)
Return('obj')