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