1# $FreeBSD$
2
3.PATH:  ${SRCTOP}/sys/dev/ntb
4
5KMOD    = ntb_transport
6SRCS    = ntb_transport.c
7SRCS += device_if.h bus_if.h ntb_if.h
8
9.include <bsd.kmod.mk>
10