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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"