mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Connect the stordisengage driver to the build.
This commit is contained in:
parent
a83f66c9c9
commit
b3f9c6fabf
2 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR = vmbus netvsc storvsc utilities
|
||||
SUBDIR = vmbus netvsc stordisengage storvsc utilities
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
9
sys/modules/hyperv/stordisengage/Makefile
Normal file
9
sys/modules/hyperv/stordisengage/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue