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