aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bhnd
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2016-05-05 06:58:30 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2016-05-05 06:58:30 +0000
commitfb45992d1b0229856a44f4e7c60d89eb03c23574 (patch)
tree3fffa998aecfe9e30fcca98f38d7b7fb8accfec5 /sys/modules/bhnd
parent7c6f639b60da5863a4495d933e5e57527e576d2b (diff)
downloadsrc-fb45992d1b0229856a44f4e7c60d89eb03c23574.tar.gz
src-fb45992d1b0229856a44f4e7c60d89eb03c23574.zip
Notes
Diffstat (limited to 'sys/modules/bhnd')
-rw-r--r--sys/modules/bhnd/bhndb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bhnd/bhndb/Makefile b/sys/modules/bhnd/bhndb/Makefile
index 06822de34e27..46aa6bde9ec8 100644
--- a/sys/modules/bhnd/bhndb/Makefile
+++ b/sys/modules/bhnd/bhndb/Makefile
@@ -8,6 +8,6 @@ SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \
bhndb_if.c bhndb_if.h \
bhnd_bus_if.h
-SRCS+= device_if.h bus_if.h
+SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>