Remove all the SCons files pending starting a new build system.

This commit is contained in:
Russel Winder
2009-07-28 14:47:00 +01:00
parent ba1cc0c6bc
commit d40c76de84
25 changed files with 0 additions and 1435 deletions

View File

@@ -1,10 +0,0 @@
# Inherit global environment
Import('env')
# The set of source files associated with this SConscript file.
src_local = ['printascii.S','platform.c', 'uart.c', 'timer.c', 'irq.c']
obj = env.Object(src_local)
Return('obj')

View File

@@ -1,10 +0,0 @@
# Inherit global environment
Import('env')
# The set of source files associated with this SConscript file.
src_local = ['offsets.c']
obj = env.Object(src_local)
Return('obj')