summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-13 10:47:07 +1000
committerChris Johns <chrisj@rtems.org>2014-09-13 10:47:07 +1000
commit749ddf1ed53c3903823eed031649441a59edd264 (patch)
tree1f80d2a456e66b579cb18e2a1db328286659d4a9 /tools
parent543a4d1e17ccfd3233f4d775f5e97637436cd2e2 (diff)
waf: Include waf in the souce tree and updated README on building.
Add support to build all parts of The RTEMS Tools project.
Diffstat (limited to 'tools')
-rw-r--r--tools/gdb/python/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript
index a7f428c..5c898c1 100644
--- a/tools/gdb/python/wscript
+++ b/tools/gdb/python/wscript
@@ -2,6 +2,9 @@
# Install the RTEMS gdb python
#
+def options(opt):
+ pass
+
def configure(conf):
conf.load('python')