freebsd-dev/sys/modules/hyperv/stordisengage/Makefile

10 lines
158 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/stordisengage
KMOD= hv_ata_pci_disengage
SRCS = hv_ata_pci_disengage.c
.include <bsd.kmod.mk>