From b7f227d86d3246fe8defb7e9f9f265fb4b38c062 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Thu, 5 May 2016 17:55:10 +0000 Subject: [PATCH] Fix kernel build with parallel make. Approved by: jhb --- sys/modules/bhnd/bhndb_pci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/bhnd/bhndb_pci/Makefile b/sys/modules/bhnd/bhndb_pci/Makefile index a327aa5c3f14..75621c54cde2 100644 --- a/sys/modules/bhnd/bhndb_pci/Makefile +++ b/sys/modules/bhnd/bhndb_pci/Makefile @@ -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