summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-07-31 00:08:18 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-07-31 00:08:18 +0000
commit2c1a5c1f89f2d64a6d7f85d1ef9823067f858d13 (patch)
tree4d90dffed88a6be3f3b09926d50f76595a8d7907 /sys/modules
parent92e9dbc518d786fa997ba14119d40ef0169b9cca (diff)
downloadFreeBSD-src-2c1a5c1f89f2d64a6d7f85d1ef9823067f858d13.zip
FreeBSD-src-2c1a5c1f89f2d64a6d7f85d1ef9823067f858d13.tar.gz
pci_if.h is required to build atacore.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ata/atacore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ata/atacore/Makefile b/sys/modules/ata/atacore/Makefile
index 7b8d9e2..e7b2f82 100644
--- a/sys/modules/ata/atacore/Makefile
+++ b/sys/modules/ata/atacore/Makefile
@@ -4,6 +4,6 @@
KMOD= ata
SRCS= ata-all.c ata-lowlevel.c ata-queue.c ata_if.c
-SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h
+SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud