Fix kernel build with parallel make.

Approved by:	jhb
This commit is contained in:
Niclas Zeising 2016-05-05 17:55:10 +00:00
parent 42638f9c5a
commit b7f227d86d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299125

View File

@ -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>