Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2011 11:10:15 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227662 - head/sys/modules
Message-ID:  <201111181110.pAIBAFoY070397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Fri Nov 18 11:10:14 2011
New Revision: 227662
URL: http://svn.freebsd.org/changeset/base/227662

Log:
  Limit building sfxge(4) to amd64 only to unbreak the tinderboxen.  The driver
  should also work on (at least) i386 but hasn't been built/tested for a while.
  
  MFC after:	3 weeks

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri Nov 18 09:56:40 2011	(r227661)
+++ head/sys/modules/Makefile	Fri Nov 18 11:10:14 2011	(r227662)
@@ -275,7 +275,7 @@ SUBDIR=	${_3dfx} \
 	sem \
 	send \
 	sf \
-	sfxge \
+	${_sfxge} \
 	sge \
 	siba_bwn \
 	siftr \
@@ -630,6 +630,7 @@ _rdma=		rdma	
 _s3=		s3
 _safe=		safe
 _scsi_low=	scsi_low
+_sfxge=		sfxge
 _smbfs=		smbfs
 _sound=		sound
 _speaker=	speaker



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