aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/armdebug/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/SConscript')
-rw-r--r--AT91SAM7S256/armdebug/SConscript13
1 files changed, 0 insertions, 13 deletions
diff --git a/AT91SAM7S256/armdebug/SConscript b/AT91SAM7S256/armdebug/SConscript
deleted file mode 100644
index c495847..0000000
--- a/AT91SAM7S256/armdebug/SConscript
+++ /dev/null
@@ -1,13 +0,0 @@
-# This scons build script is used by NxOS
-
-from glob import glob
-
-Import('env')
-
-
-for source in glob('Debugger/*.[cS]'):
- obj = env.Object(source.split('.')[0], source)
- env.Append(NXOS_DEBUG=obj)
-
-if env['WITH_DOXYGEN']:
- env.Doxygen('Doxyfile')