# $FreeBSD$

.PATH:  ${SRCTOP}/sys/dev/ntb

KMOD    = ntb_transport
SRCS    = ntb_transport.c
SRCS += device_if.h bus_if.h ntb_if.h

.include <bsd.kmod.mk>