diff options
Diffstat (limited to 'sys/modules/hyperv/stordisengage/Makefile')
-rw-r--r-- | sys/modules/hyperv/stordisengage/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile new file mode 100644 index 000000000000..b6b687e8891e --- /dev/null +++ b/sys/modules/hyperv/stordisengage/Makefile @@ -0,0 +1,9 @@ +#$FreeBSD$ + +.PATH: ${.CURDIR}/../../../dev/hyperv/stordisengage + +KMOD= hv_ata_pci_disengage + +SRCS = hv_ata_pci_disengage.c + +.include <bsd.kmod.mk> |