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