summaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2013-07-03 23:27:59 +0000
committerPeter Grehan <grehan@FreeBSD.org>2013-07-03 23:27:59 +0000
commitb3f9c6fabfc59a655872271d85ceeeee1d7d2b21 (patch)
treea379fafc9119aa7a5100f75e33c4bf3ba4309f69 /sys/modules/hyperv
parenta83f66c9c9d334a4becc9d68dc6780937c4be6da (diff)
Notes
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/Makefile2
-rw-r--r--sys/modules/hyperv/stordisengage/Makefile9
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/modules/hyperv/Makefile b/sys/modules/hyperv/Makefile
index 3bae26ac4030..25b32e3a3cf3 100644
--- a/sys/modules/hyperv/Makefile
+++ b/sys/modules/hyperv/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR = vmbus netvsc storvsc utilities
+SUBDIR = vmbus netvsc stordisengage storvsc utilities
.include <bsd.subdir.mk>
diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile
new file mode 100644
index 000000000000..0f3a6801108d
--- /dev/null
+++ b/sys/modules/hyperv/stordisengage/Makefile
@@ -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>