Makefile revision 296078
1# $FreeBSD: head/sys/modules/bhnd/cores/bhnd_pcib/Makefile 296078 2016-02-26 03:34:32Z adrian $
2
3.PATH: ${.CURDIR}/../../../../dev/bhnd/cores/pci
4
5KMOD=	bhnd_pcib
6SRCS=	bhnd_pcib.c
7SRCS+=	device_if.h bus_if.h bhnd_bus_if.h
8
9.include <bsd.kmod.mk>
10