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 9EXPORT_SYMS= YES 10 11.include <bsd.kmod.mk> 12