From b3f9c6fabfc59a655872271d85ceeeee1d7d2b21 Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Wed, 3 Jul 2013 23:27:59 +0000 Subject: [PATCH] Connect the stordisengage driver to the build. --- sys/modules/hyperv/Makefile | 2 +- sys/modules/hyperv/stordisengage/Makefile | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 sys/modules/hyperv/stordisengage/Makefile diff --git a/sys/modules/hyperv/Makefile b/sys/modules/hyperv/Makefile index 3bae26ac403..25b32e3a3cf 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 diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile new file mode 100644 index 00000000000..0f3a6801108 --- /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