summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-06-01 02:37:06 +0000
committerweongyo <weongyo@FreeBSD.org>2009-06-01 02:37:06 +0000
commit949af7ef6805b84e2c94cb29f2cec4c127734be5 (patch)
tree3e8d088a614150c33f2b48e163263360cc4862e6 /sys/modules
parenta255b208fd5f2d0fe1f5024f8838b526b2c12181 (diff)
downloadFreeBSD-src-949af7ef6805b84e2c94cb29f2cec4c127734be5.zip
FreeBSD-src-949af7ef6805b84e2c94cb29f2cec4c127734be5.tar.gz
connect urtw(4) to the amd64/i386 build that it's not tested on the big
endian machines yet.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index b7de9e6..2555b83 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -27,7 +27,7 @@
SUBDIR = usb
SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci}
-SUBDIR += rum uath upgt ural zyd
+SUBDIR += rum uath upgt ural zyd ${_urtw}
SUBDIR += uhid ukbd ums udbp ufm
SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
umct umodem umoscom uplcom uslcom uvisor uvscom
@@ -35,9 +35,17 @@ SUBDIR += uether aue axe cdce cue kue rue udav
SUBDIR += usfs umass urio
SUBDIR += quirk template
+.if ${MACHINE_ARCH} == "amd64"
+_urtw= urtw
+.endif
+
.if ${MACHINE_ARCH} == "arm"
_at91dci= at91dci
_atmegadci= atmegadci
.endif
+.if ${MACHINE_ARCH} == "i386"
+_urtw= urtw
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud