diff options
Diffstat (limited to 'sys/modules/ntb/ntb_transport/Makefile')
-rw-r--r-- | sys/modules/ntb/ntb_transport/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/ntb/ntb_transport/Makefile b/sys/modules/ntb/ntb_transport/Makefile new file mode 100644 index 000000000000..47af0b4ff21e --- /dev/null +++ b/sys/modules/ntb/ntb_transport/Makefile @@ -0,0 +1,10 @@ + +.PATH: ${SRCTOP}/sys/dev/ntb + +KMOD = ntb_transport +SRCS = ntb_transport.c +SRCS += device_if.h bus_if.h ntb_if.h + +EXPORT_SYMS= YES + +.include <bsd.kmod.mk> |