svn commit: r299109 - head/sys/modules/bhnd/bhndb

Adrian Chadd adrian at FreeBSD.org
Thu May 5 06:58:31 UTC 2016


Author: adrian
Date: Thu May  5 06:58:30 2016
New Revision: 299109
URL: https://svnweb.freebsd.org/changeset/base/299109

Log:
  [bhnd] add missing bus file.

Modified:
  head/sys/modules/bhnd/bhndb/Makefile

Modified: head/sys/modules/bhnd/bhndb/Makefile
==============================================================================
--- head/sys/modules/bhnd/bhndb/Makefile	Thu May  5 02:51:31 2016	(r299108)
+++ head/sys/modules/bhnd/bhndb/Makefile	Thu May  5 06:58:30 2016	(r299109)
@@ -8,6 +8,6 @@ SRCS=	bhndb.c bhndb_subr.c bhndb_hwdata.
 	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>


More information about the svn-src-all mailing list