aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv/stordisengage
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2013-09-14 09:53:57 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2013-09-14 09:53:57 +0000
commit77e306c5e0f315c3644ca7e436be61a54ad1e3f7 (patch)
tree4996771a9d1f777f110e7842b9540fd03384e79e /sys/modules/hyperv/stordisengage
parente2f22028215a31802c3ac074a2173967eaee6e76 (diff)
downloadsrc-77e306c5e0f315c3644ca7e436be61a54ad1e3f7.tar.gz
src-77e306c5e0f315c3644ca7e436be61a54ad1e3f7.zip
Fix module build when device ata is not in kernel config.
Sponsored by: The FreeBSD Foundation Build-tested by: gjb Approved by: re (delphij)
Notes
Notes: svn path=/head/; revision=255561
Diffstat (limited to 'sys/modules/hyperv/stordisengage')
-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 41e359e09520..d65c63c34139 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>