From 5b16e44523c99ea08f8392e732e486ab45658e4a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 23 Dec 2012 16:54:59 +1100 Subject: Add a memory dump utility. --- wscript | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 99e37d3..c9cefcf 100644 --- a/wscript +++ b/wscript @@ -110,6 +110,11 @@ def build(bld): 'rld-rap.cpp', 'rld.cpp'] + # + # RTEMS Utilities. + # + rtems_utils = ['rtems-utils.cpp'] + # # Build the linker. # @@ -139,7 +144,7 @@ def build(bld): # Build the RAP utility. # bld.program(target = 'rtems-rap', - source = ['rtems-rapper.cpp'] + rld_source, + source = ['rtems-rapper.cpp'] + rld_source + rtems_utils, defines = ['HAVE_CONFIG_H=1', 'RTEMS_VERSION=' + bld.env.RTEMS_VERSION], includes = ['.'] + bld.includes, cflags = bld.cflags + bld.warningflags, -- cgit v1.2.3