svn commit: r187612 - head/sys/modules

Weongyo Jeong weongyo at FreeBSD.org
Thu Jan 22 21:45:18 PST 2009


Author: weongyo
Date: Fri Jan 23 05:45:17 2009
New Revision: 187612
URL: http://svn.freebsd.org/changeset/base/187612

Log:
  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.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri Jan 23 05:33:48 2009	(r187611)
+++ head/sys/modules/Makefile	Fri Jan 23 05:45:17 2009	(r187612)
@@ -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)


More information about the svn-src-head mailing list