Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2019 20:30:32 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351138 - head/sys/modules/ntb/ntb_tool
Message-ID:  <201908162030.x7GKUW9Y012138@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908162030.x7GKUW9Y012138>