diff options
Diffstat (limited to 'sys/modules/ntb/ntb_transport/Makefile')
-rw-r--r-- | sys/modules/ntb/ntb_transport/Makefile | 9 |
1 files changed, 9 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..5692bb4361bf --- /dev/null +++ b/sys/modules/ntb/ntb_transport/Makefile @@ -0,0 +1,9 @@ +.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> |