svn commit: r255561 - head/sys/modules/hyperv/stordisengage

Konstantin Belousov kib at FreeBSD.org
Sat Sep 14 09:53:57 UTC 2013


Author: kib
Date: Sat Sep 14 09:53:57 2013
New Revision: 255561
URL: http://svnweb.freebsd.org/changeset/base/255561

Log:
  Fix module build when device ata is not in kernel config.
  
  Sponsored by:	The FreeBSD Foundation
  Build-tested by:	gjb
  Approved by:	re (delphij)

Modified:
  head/sys/modules/hyperv/stordisengage/Makefile

Modified: head/sys/modules/hyperv/stordisengage/Makefile
==============================================================================
--- head/sys/modules/hyperv/stordisengage/Makefile	Sat Sep 14 09:53:36 2013	(r255560)
+++ head/sys/modules/hyperv/stordisengage/Makefile	Sat Sep 14 09:53:57 2013	(r255561)
@@ -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>


More information about the svn-src-head mailing list