Makefile revision 302408
1# $FreeBSD: stable/11/sys/modules/bhnd/cores/bhnd_pcib/Makefile 300015 2016-05-17 06:52:53Z adrian $
2
3.PATH: ${.CURDIR}/../../../../dev/bhnd/cores/pci
4.PATH: ${.CURDIR}/../../../../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