summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/stordisengage
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2013-09-28 07:04:03 +0000
committeruqs <uqs@FreeBSD.org>2013-09-28 07:04:03 +0000
commitbc136769e80a4742b6f9811e6f5a10e2df3d5124 (patch)
treed7dcfbda2b8be9213b05f9b373896a8f491420a1 /sys/modules/hyperv/stordisengage
parent2ad5be846b82ebb00c83a6576482302ab8abb885 (diff)
downloadFreeBSD-src-bc136769e80a4742b6f9811e6f5a10e2df3d5124.zip
FreeBSD-src-bc136769e80a4742b6f9811e6f5a10e2df3d5124.tar.gz
Fix make depend, apply a bit of style.
Approved by: re (marius) Reviewed by: grehan
Diffstat (limited to 'sys/modules/hyperv/stordisengage')
-rw-r--r--sys/modules/hyperv/stordisengage/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile
index d65c63c..497deb98 100644
--- a/sys/modules/hyperv/stordisengage/Makefile
+++ b/sys/modules/hyperv/stordisengage/Makefile
@@ -2,8 +2,8 @@
.PATH: ${.CURDIR}/../../../dev/hyperv/stordisengage
-KMOD= hv_ata_pci_disengage
-
-SRCS= hv_ata_pci_disengage.c ata_if.h
+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>
OpenPOWER on IntegriCloud