Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 09:53:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255561 - head/sys/modules/hyperv/stordisengage
Message-ID:  <201309140953.r8E9rvIV020724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140953.r8E9rvIV020724>