From d8ac63dee116fce08c44d758fa9848162b4868b9 Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 22 Apr 2016 16:26:53 +0000 Subject: [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostb This extracts common code from bhndb_pci, bhnd_pcib, and bhnd_pci_hostb into a simpler shared bhnd_pci base driver, and should enable SoC-side implementation of bhnd_pcib root complex support. Submitted by: Landon Fuller Differential Revision: https://reviews.freebsd.org/D5763 --- sys/modules/bhnd/cores/bhnd_pci/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/bhnd/cores/bhnd_pci/Makefile b/sys/modules/bhnd/cores/bhnd_pci/Makefile index c8dfbef..c82f68c 100644 --- a/sys/modules/bhnd/cores/bhnd_pci/Makefile +++ b/sys/modules/bhnd/cores/bhnd_pci/Makefile @@ -3,9 +3,7 @@ .PATH: ${.CURDIR}/../../../../dev/bhnd/cores/pci KMOD= bhnd_pci -SRCS= bhnd_pci.c \ - mdio_pcie.c -SRCS+= device_if.h bus_if.h bhnd_bus_if.h \ - mdio_if.h +SRCS= bhnd_pci.c +SRCS+= device_if.h bus_if.h bhnd_bus_if.h .include -- cgit v1.1