# Inherit global environment 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'] obj = env.Object(src_local) Return('obj')