Chris Johns 1383c80c5a Add conditional support for RTEMS PCI to the waf build.
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.
2015-06-01 10:36:58 +10:00
..
2015-04-01 09:15:28 +02:00
2015-05-21 17:01:34 +10:00
2014-11-10 08:28:38 +01:00
2015-04-08 07:58:38 +02:00
2014-10-08 15:03:29 +02:00
2015-05-15 15:40:55 +02:00