2d0d168606
Approved by: re (marius) Reviewed by: grehan
10 lines
193 B
Makefile
10 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/stordisengage
|
|
|
|
KMOD= hv_ata_pci_disengage
|
|
SRCS= hv_ata_pci_disengage.c
|
|
SRCS+= ata_if.h bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|