summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-03-26 15:14:53 +1100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-04-10 08:54:58 +0200
commitd797c5dcd2230772a80567ea20ac7820a03fb165 (patch)
tree67a1a0f351627f0b6a842de13a06aa47e02368f4 /freebsd-to-rtems.py
parentwaf: Support building from libbsd.py directly from waf. (diff)
downloadrtems-libbsd-d797c5dcd2230772a80567ea20ac7820a03fb165.tar.bz2
waf: Refactor libbsd.py to support per module generation.
This change allows us to control the modules we want to build. Update #3351
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index e5cdac50..c2f00f86 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -143,7 +143,8 @@ if isEarlyExit == True:
try:
build = builder.ModuleManager()
- libbsd.loadModules(build)
+ libbsd.load(build)
+ build.generateBuild()
build.processSource(isForward)
builder.changedFileSummary(statsReport)
except IOError as ioe: