summaryrefslogtreecommitdiffstats
path: root/waf_generator.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-06 15:44:21 +1000
committerChris Johns <chrisj@rtems.org>2016-05-06 15:44:21 +1000
commita51d0fea6880046300fcf466a767f88eab9a6f9a (patch)
tree8dc07a1a649520cdbb1bf1bff64ef96506b638b0 /waf_generator.py
parentAdd sbin/sysctl (diff)
downloadrtems-libbsd-a51d0fea6880046300fcf466a767f88eab9a6f9a.tar.bz2
Move network-config.h to the top of the testsuite include path.
Diffstat (limited to 'waf_generator.py')
-rwxr-xr-xwaf_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waf_generator.py b/waf_generator.py
index 12895a76..8e2f21a3 100755
--- a/waf_generator.py
+++ b/waf_generator.py
@@ -338,7 +338,7 @@ class ModuleManager(builder.ModuleManager):
self.add(' net_cfg_gateway_ip = rhs')
self.add(' if lhs == "NET_TAP_INTERFACE":')
self.add(' net_tap_interface = rhs')
- self.add(' bld(target = "testsuite/include/rtems/bsd/test/network-config.h",')
+ self.add(' bld(target = "testsuite/include/network-config.h",')
self.add(' source = "testsuite/include/rtems/bsd/test/network-config.h.in",')
self.add(' rule = "sed -e \'s/@NET_CFG_SELF_IP@/%s/\' ' + \
'-e \'s/@NET_CFG_NETMASK@/%s/\' ' + \