1# $FreeBSD: stable/11/sys/modules/bhnd/cores/bhnd_pcib/Makefile 319182 2017-05-30 04:11:12Z ngie $
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