svn commit: r252649 - in projects/hyperv/sys/modules/hyperv: . stordisengage
Peter Grehan
grehan at FreeBSD.org
Wed Jul 3 23:27:59 UTC 2013
Author: grehan
Date: Wed Jul 3 23:27:59 2013
New Revision: 252649
URL: http://svnweb.freebsd.org/changeset/base/252649
Log:
Connect the stordisengage driver to the build.
Added:
projects/hyperv/sys/modules/hyperv/stordisengage/
projects/hyperv/sys/modules/hyperv/stordisengage/Makefile
Modified:
projects/hyperv/sys/modules/hyperv/Makefile
Modified: projects/hyperv/sys/modules/hyperv/Makefile
==============================================================================
--- projects/hyperv/sys/modules/hyperv/Makefile Wed Jul 3 23:27:04 2013 (r252648)
+++ projects/hyperv/sys/modules/hyperv/Makefile Wed Jul 3 23:27:59 2013 (r252649)
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR = vmbus netvsc storvsc utilities
+SUBDIR = vmbus netvsc stordisengage storvsc utilities
.include <bsd.subdir.mk>
Added: projects/hyperv/sys/modules/hyperv/stordisengage/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ projects/hyperv/sys/modules/hyperv/stordisengage/Makefile Wed Jul 3 23:27:59 2013 (r252649)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/stordisengage
+
+KMOD= hv_ata_pci_disengage
+
+SRCS = hv_ata_pci_disengage.c
+
+.include <bsd.kmod.mk>
More information about the svn-src-projects
mailing list