Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2016 17:55:10 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299125 - head/sys/modules/bhnd/bhndb_pci
Message-ID:  <201605051755.u45HtA78010564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605051755.u45HtA78010564>