summaryrefslogtreecommitdiffstats
path: root/sys/modules/bhnd/bhndb_pci/Makefile
blob: 9e4f18185ac56c837c8fb9d45e062f8e3034bb21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/bhnd/bhndb

KMOD=	bhndb_pci
SRCS=	bhndb_pci.c bhndb_pci_hwdata.c \
	bhndb_pci_sprom.c
SRCS+=	bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
SRCS+=	bhnd_nvram_if.h

SRCS+=	device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud