summaryrefslogtreecommitdiffstats
path: root/makefile.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tcpdump and libpcap.Chris Johns2015-06-151-10/+44
| | | | | | | | | - 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.
* mghttpd: Install header fileSebastian Huber2015-05-201-0/+2
|
* freebsd-to-rtems: Fix the Makefile test generator.Chris Johns2015-05-161-7/+7
| | | | This removes the make warnings.
* freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns2015-05-151-0/+316
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.