svn commit: r351138 - head/sys/modules/ntb/ntb_tool

Alexander Motin mav at FreeBSD.org
Fri Aug 16 20:30:32 UTC 2019


Author: mav
Date: Fri Aug 16 20:30:31 2019
New Revision: 351138
URL: https://svnweb.freebsd.org/changeset/base/351138

Log:
  Forgotten part of r351137.
  
  MFC after:	2 weeks

Added:
  head/sys/modules/ntb/ntb_tool/
  head/sys/modules/ntb/ntb_tool/Makefile   (contents, props changed)

Added: head/sys/modules/ntb/ntb_tool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/ntb/ntb_tool/Makefile	Fri Aug 16 20:30:31 2019	(r351138)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH:  ${SRCTOP}/sys/dev/ntb/test
+
+KMOD	= ntb_tool
+SRCS	= ntb_tool.c
+SRCS	+= device_if.h bus_if.h pci_if.h ntb_if.h
+
+.include <bsd.kmod.mk>


More information about the svn-src-all mailing list