Connect the stordisengage driver to the build.

This commit is contained in:
Peter Grehan 2013-07-03 23:27:59 +00:00
parent a83f66c9c9
commit b3f9c6fabf
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR = vmbus netvsc storvsc utilities
SUBDIR = vmbus netvsc stordisengage storvsc utilities
.include <bsd.subdir.mk>

View file

@ -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>