From 749ddf1ed53c3903823eed031649441a59edd264 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sat, 13 Sep 2014 10:47:07 +1000 Subject: waf: Include waf in the souce tree and updated README on building. Add support to build all parts of The RTEMS Tools project. --- tools/gdb/python/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/gdb') 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') -- cgit v1.2.3