summaryrefslogtreecommitdiffstats
path: root/waf_generator.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Add x86 include paths for i386 archSebastian Huber2015-09-291-0/+3
|
* waf: Do not add '.' to standard include pathSebastian Huber2015-09-291-1/+1
|
* waf_generator.py: Move arch header includesSebastian Huber2015-07-311-2/+2
| | | | Make sure that architecture specific header files are found first.
* modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and ↵Gene Smith2015-06-261-3/+3
| | | | | | | | change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE. modified: wscript Re-generated from "./freebsd-to-rtems -m" based on waf_generator.py
* Check if RTEMS is built with POSIX.Chris Johns2015-06-171-2/+4
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-31/+109
| | | | | | | | | - 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.
* Add conditional support for RTEMS PCI to the waf build.Chris Johns2015-06-011-0/+1
| | | | | | | | | | | Check for the "rtems/pci.h" header and provide conditional build support with waf to build for BSPs that do not have PCI support. The Makefile build always defines HAVE_RTEMS_PCI_H which is the same state with this change. The PCI calls still exist however they do nothing and return a constant. Any PCI based driver that makes these calls on a BSP that does not have PCI support will not work which is understandable. Either change the driver or add PCI support the BSP.
* waf: Check for dlfcn.h header is availavble.Chris Johns2015-05-221-1/+4
|
* waf: Add install support.Chris Johns2015-05-211-3/+27
| | | | Install to the --prefix path passed to configure.
* waf: Add network configuration support.Chris Johns2015-05-211-5/+55
| | | | | | | Add support to parse the config.inc default file for a network configuration or allow the user to specify their own via a configure option. Update to build the kvm-symbol's generated file.
* waf: Add warnings and auto-regen options.Chris Johns2015-05-201-21/+47
|
* Add support to build using waf.Chris Johns2015-05-201-0/+398