diff options
author | weongyo <weongyo@FreeBSD.org> | 2009-04-06 12:43:40 +0000 |
---|---|---|
committer | weongyo <weongyo@FreeBSD.org> | 2009-04-06 12:43:40 +0000 |
commit | 3d1b2775ee13bb351c6c11e5f40673663904a521 (patch) | |
tree | 25ffdfc5c3d8d7c82c943e4ab00fbd66fb23e9d7 /sys/modules/usb | |
parent | 853f6a215edbcc8aec017bdc05c9cfecac62092c (diff) | |
download | FreeBSD-src-3d1b2775ee13bb351c6c11e5f40673663904a521.zip FreeBSD-src-3d1b2775ee13bb351c6c11e5f40673663904a521.tar.gz |
connect uath(4) to the build. uath(4) should work on all architectures.
Diffstat (limited to 'sys/modules/usb')
-rw-r--r-- | sys/modules/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 04bc8af..44f55c6 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -28,7 +28,7 @@ SUBDIR = usb #SUBDIR += ubt bluetooth_ng ubtfw SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci} -SUBDIR += rum ural zyd +SUBDIR += rum uath ural zyd 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 |