summaryrefslogtreecommitdiffstats
path: root/waf_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'waf_generator.py')
-rwxr-xr-xwaf_generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/waf_generator.py b/waf_generator.py
index b3c80558..4c9be070 100755
--- a/waf_generator.py
+++ b/waf_generator.py
@@ -242,6 +242,7 @@ class ModuleManager(builder.ModuleManager):
self.add('')
self.add('def bsp_configure(conf, arch_bsp):')
self.add(' conf.check(header_name = "dlfcn.h", features = "c")')
+ self.add(' conf.check(header_name = "rtems/pci.h", features = "c", mandatory = False)')
self.add('')
self.add('def configure(conf):')
self.add(' if conf.options.auto_regen:')