summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-09-14 09:53:57 +0000
committerkib <kib@FreeBSD.org>2013-09-14 09:53:57 +0000
commit8e2ea476ab8229a8a75ced9a6a6256ef9e102363 (patch)
tree4996771a9d1f777f110e7842b9540fd03384e79e /sys/modules
parent630ca9e372e64c3c946883334bead5b78d8b067a (diff)
downloadFreeBSD-src-8e2ea476ab8229a8a75ced9a6a6256ef9e102363.zip
FreeBSD-src-8e2ea476ab8229a8a75ced9a6a6256ef9e102363.tar.gz
Fix module build when device ata is not in kernel config.
Sponsored by: The FreeBSD Foundation Build-tested by: gjb Approved by: re (delphij)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/stordisengage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile
index 41e359e..d65c63c 100644
--- a/sys/modules/hyperv/stordisengage/Makefile
+++ b/sys/modules/hyperv/stordisengage/Makefile
@@ -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>
OpenPOWER on IntegriCloud