aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bhnd
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2016-05-05 17:55:10 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2016-05-05 17:55:10 +0000
commitb7f227d86d3246fe8defb7e9f9f265fb4b38c062 (patch)
tree6b34545053d837cb8915abc25699b85e0b16944a /sys/modules/bhnd
parent42638f9c5ae383ae3eac8cbcbc3cca98bedbccb5 (diff)
Notes
Diffstat (limited to 'sys/modules/bhnd')
-rw-r--r--sys/modules/bhnd/bhndb_pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bhnd/bhndb_pci/Makefile b/sys/modules/bhnd/bhndb_pci/Makefile
index a327aa5c3f14..75621c54cde2 100644
--- a/sys/modules/bhnd/bhndb_pci/Makefile
+++ b/sys/modules/bhnd/bhndb_pci/Makefile
@@ -6,6 +6,6 @@ KMOD= bhndb_pci
SRCS= bhndb_pci.c bhndb_pci_hwdata.c
SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
-SRCS+= device_if.h bus_if.h
+SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>