From a31845f7f9b4770cf9ddd8b6820641d2f4f4c1da Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Mon, 28 Nov 2011 10:11:10 +0100 Subject: LIBPCI: added PCI layer to cpukit/libpci --- cpukit/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 7df116ce07..d68f0576d2 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -9,6 +9,7 @@ SUBDIRS += dev SUBDIRS += libcrypt SUBDIRS += libcsupport libblock libfs SUBDIRS += libnetworking librpc +SUBDIRS += libpci SUBDIRS += libi2c SUBDIRS += libmisc SUBDIRS += libmd @@ -95,7 +96,9 @@ endif include_rtems_HEADERS += include/rtems/bspIo.h include_rtems_HEADERS += include/rtems/userenv.h include_rtems_HEADERS += include/rtems/fs.h +if !LIBPCI include_rtems_HEADERS += include/rtems/pci.h +endif include_rtems_HEADERS += include/rtems/concat.h include_rtems_HEADERS += include/rtems/status-checks.h -- cgit v1.2.3