summaryrefslogtreecommitdiffstats
path: root/waf_libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Generate a rtems/bsd/modules.hChristian Mauderer2018-05-031-0/+32
| | | | | | | | The generated file defines a RTEMS_BSD_MODULE_xxx for each enabled module. That is usefull for conditional compilation depending on whether a module is build not. Update #3351.
* waf: Fix source code generators.Christian Mauderer2018-05-031-6/+6
| | | | | There have been some bugs with the strings left from the transition to directly building from libbsd.py.
* waf: Fix usage of build-include from config.Christian Mauderer2018-05-031-2/+6
|
* Use network services from RTEMSSebastian Huber2018-04-301-1/+1
| | | | Close #3419.
* waf: Add configurations with different modules.Christian Mauderer2018-04-101-9/+0
| | | | Update #3351
* waf: Fix freebsd-to-rtems.py.Christian Mauderer2018-04-101-156/+0
| | | | Update #3351
* waf: Refactor libbsd.py to support per module generation.Chris Johns2018-04-101-1/+3
| | | | | | This change allows us to control the modules we want to build. Update #3351
* waf: Support building from libbsd.py directly from waf.Chris Johns2018-04-101-0/+644
Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351