mirror of
https://github.com/drasko/codezero.git
synced 2026-04-05 19:49:03 +02:00
Initial commit
This commit is contained in:
10
src/arch/arm/SConscript
Normal file
10
src/arch/arm/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
# Inherit global environment
|
||||
Import('env')
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
src_local = ['head.S', 'vectors.S', 'syscall.S', 'exception.c', 'bootdesc.c']
|
||||
obj = env.Object(src_local)
|
||||
|
||||
Return('obj')
|
||||
Reference in New Issue
Block a user