summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-05-27 10:42:28 +1000
committerChris Johns <chrisj@rtems.org>2015-06-01 10:36:58 +1000
commit1383c80c5ae53f5ab399122034dc967c667abc15 (patch)
tree7e1b24c1eda4536246a141024edbc8c72bd0205d /Makefile
parentRegenerate with FreeBSD lex, yacc, and rpcgen tools. (diff)
downloadrtems-libbsd-1383c80c5ae53f5ab399122034dc967c667abc15.tar.bz2
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fcf31e74..1b0cd4f1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ COMMON_FLAGS += -ImDNSResponder/mDNSCore
COMMON_FLAGS += -ImDNSResponder/mDNSShared
COMMON_FLAGS += -ImDNSResponder/mDNSPosix
COMMON_FLAGS += -Itestsuite/include
+COMMON_FLAGS += -DHAVE_RTEMS_PCI_H=1
COMMON_FLAGS += -Wall
COMMON_FLAGS += -Wno-format
COMMON_FLAGS += -MT $@ -MD -MP -MF $(basename $@).d