Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2011 07:30:22 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220814 - head/sys/modules/cam
Message-ID:  <201104190730.p3J7UMWo098287@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Tue Apr 19 07:30:22 2011
New Revision: 220814
URL: http://svn.freebsd.org/changeset/base/220814

Log:
  Fix make buildworld -DMODULES_WITH_WORLD after r220454.

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Tue Apr 19 07:23:16 2011	(r220813)
+++ head/sys/modules/cam/Makefile	Tue Apr 19 07:30:22 2011	(r220814)
@@ -8,6 +8,7 @@ KMOD=	cam
 
 # See sys/conf/options for the flags that go into the different opt_*.h files.
 SRCS=	opt_cam.h
+SRCS+=	opt_ada.h
 SRCS+=	opt_scsi.h
 SRCS+=	opt_cd.h
 SRCS+=	opt_pt.h



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