summaryrefslogtreecommitdiffstats
path: root/freebsd-to-rtems.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-09-15 11:20:44 +1000
committerChris Johns <chrisj@rtems.org>2020-09-16 15:52:15 +1000
commit089780d2de7014a9c451bbd54cd3bcc64b58dfc7 (patch)
tree1c6297479efa72be2a330ae8302e15894bca7f1c /freebsd-to-rtems.py
parentbuild: Separate the kernel and user land include paths (diff)
downloadrtems-libbsd-089780d2de7014a9c451bbd54cd3bcc64b58dfc7.tar.bz2
waf: Implement module dependency checking in the build system
- Do not build a test if a dependency is not enabled. - Perform a dependency check and generate an error if an enabled module depends on a disabled module. Closes #4077
Diffstat (limited to 'freebsd-to-rtems.py')
-rwxr-xr-xfreebsd-to-rtems.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd-to-rtems.py b/freebsd-to-rtems.py
index 8f66e589..cda3ff3a 100755
--- a/freebsd-to-rtems.py
+++ b/freebsd-to-rtems.py
@@ -150,6 +150,7 @@ try:
build = builder.ModuleManager()
libbsd.load(build)
+ build.loadConfig()
build.generateBuild(only_enabled=False)
dups = build.duplicateCheck()