summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2011-11-18 11:10:14 +0000
committerphilip <philip@FreeBSD.org>2011-11-18 11:10:14 +0000
commitca5fb38b664c0bb72c0edabcdf62e5049fce92fb (patch)
tree08299381911eaf87a37fa41eba05334c695b0c68 /sys/modules
parent1d7264c97b79c6f87b505407a3979c17f93ca9f1 (diff)
downloadFreeBSD-src-ca5fb38b664c0bb72c0edabcdf62e5049fce92fb.zip
FreeBSD-src-ca5fb38b664c0bb72c0edabcdf62e5049fce92fb.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 36fc5ca..1638e62 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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
OpenPOWER on IntegriCloud