svn commit: r299125 - head/sys/modules/bhnd/bhndb_pci
Niclas Zeising
zeising at FreeBSD.org
Thu May 5 17:55:12 UTC 2016
Author: zeising (doc,ports committer)
Date: Thu May 5 17:55:10 2016
New Revision: 299125
URL: https://svnweb.freebsd.org/changeset/base/299125
Log:
Fix kernel build with parallel make.
Approved by: jhb
Modified:
head/sys/modules/bhnd/bhndb_pci/Makefile
Modified: head/sys/modules/bhnd/bhndb_pci/Makefile
==============================================================================
--- head/sys/modules/bhnd/bhndb_pci/Makefile Thu May 5 17:51:14 2016 (r299124)
+++ head/sys/modules/bhnd/bhndb_pci/Makefile Thu May 5 17:55:10 2016 (r299125)
@@ -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>
More information about the svn-src-head
mailing list