Fix module build when device ata is not in kernel config.

Sponsored by:	The FreeBSD Foundation
Build-tested by:	gjb
Approved by:	re (delphij)
This commit is contained in:
kib 2013-09-14 09:53:57 +00:00
parent 630ca9e372
commit 8e2ea476ab

View File

@ -4,6 +4,6 @@
KMOD= hv_ata_pci_disengage
SRCS= hv_ata_pci_disengage.c
SRCS= hv_ata_pci_disengage.c ata_if.h
.include <bsd.kmod.mk>