mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
9 lines
193 B
Makefile
9 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>
|