1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pci
4.PATH: ${SRCTOP}/sys/dev/bhnd/cores/pcie2
5
6KMOD=	bhnd_pcib
7SRCS=	bhnd_pcib.c bhnd_pcie2b.c
8SRCS+=	device_if.h bus_if.h pci_if.h \
9	bhnd_bus_if.h
10
11.include <bsd.kmod.mk>
12