mirror of
https://github.com/drasko/codezero.git
synced 2026-03-31 01:09:02 +02:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
12
conts/baremetal/kmi_service/SConscript
Normal file
12
conts/baremetal/kmi_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