Makefile revision 304380
1# $FreeBSD: stable/10/sys/modules/ntb/ntb_hw/Makefile 304380 2016-08-18 10:39:00Z mav $
2
3.PATH:  ${.CURDIR}/../../../dev/ntb/ntb_hw
4
5KMOD    = ntb_hw
6SRCS    = ntb_hw.c
7SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
8
9MFILES=	kern/bus_if.m kern/device_if.m dev/pci/pci_if.m dev/ntb/ntb_if.m
10
11.include <bsd.kmod.mk>
12