summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-01-23 05:45:17 +0000
committerweongyo <weongyo@FreeBSD.org>2009-01-23 05:45:17 +0000
commitd5e7131f75f9806ce03e8d2a5a9804f883ab4797 (patch)
treef26857ea2aea7b4841afb4384c23c1bc5042ce7a /sys/modules
parentd0356507a2f2767e756ec85004ff698d434a4318 (diff)
downloadFreeBSD-src-d5e7131f75f9806ce03e8d2a5a9804f883ab4797.zip
FreeBSD-src-d5e7131f75f9806ce03e8d2a5a9804f883ab4797.tar.gz
Connect urtw(4) to the i386 build only because it's not tested on amd64
architecture but expect it'd work. In cases on other architectures it'd not work yet.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0fb77fa..23a81ca 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -299,6 +299,7 @@ SUBDIR= ${_3dfx} \
uplcom \
ural \
urio \
+ ${_urtw} \
usb \
usb2 \
uscanner \
@@ -438,6 +439,7 @@ _stg= stg
_streams= streams
_tmpfs= tmpfs
_upgt= upgt
+_urtw= urtw
_wi= wi
_xe= xe
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
OpenPOWER on IntegriCloud