summaryrefslogtreecommitdiffstats
path: root/builder.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* builder.py: addTargetSourceCPUDependentSourceFilesSebastian Huber2015-09-251-14/+5
| | | | Avoid and delete this function.
* Add tcpdump and libpcap.Chris Johns2015-06-151-0/+7
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* waf: Add install support.Chris Johns2015-05-211-0/+22
| | | | Install to the --prefix path passed to configure.
* waf: Add warnings and auto-regen options.Chris Johns2015-05-201-1/+1
|
* Add support to build using waf.Chris Johns2015-05-201-0/+52
|
* freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns2015-05-151-0/+421
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.