mirror of
https://github.com/drasko/codezero.git
synced 2026-01-30 11:43:13 +01:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
12
conts/baremetal/timer_service/SConscript
Normal file
12
conts/baremetal/timer_service/SConscript
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# Inherit global environment
|
||||
Import('env')
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
src_local = Glob('*.[cS]')
|
||||
src_local += Glob('src/*.[cS]')
|
||||
src_local += Glob('src/arch/*.[cS]')
|
||||
|
||||
obj = env.Object(src_local)
|
||||
Return('obj')
|
||||
|
||||
Reference in New Issue
Block a user