Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2009 19:47:46 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r190511 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb modules
Message-ID:  <200903281947.n2SJlkFH011096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Mar 28 19:47:46 2009
New Revision: 190511
URL: http://svn.freebsd.org/changeset/base/190511

Log:
  MFC: r190375, r190376
  
  Given that zfs.ko depends on opensolaris.ko also build the latter by
  default on sparc64.
  
  Approved by:	re (kib)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/modules/Makefile

Modified: stable/7/sys/modules/Makefile
==============================================================================
--- stable/7/sys/modules/Makefile	Sat Mar 28 19:23:10 2009	(r190510)
+++ stable/7/sys/modules/Makefile	Sat Mar 28 19:47:46 2009	(r190511)
@@ -624,6 +624,9 @@ _auxio=		auxio
 _em=		em
 _i2c=		i2c
 _igb=		igb
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_opensolaris=	opensolaris
+.endif
 _sound=		sound
 .if ${MK_ZFS} != "no" || defined(ALL_MODULES)
 _zfs=		zfs



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