svn commit: r190769 - head/sys/modules/usb

Weongyo Jeong weongyo at FreeBSD.org
Mon Apr 6 05:43:41 PDT 2009


Author: weongyo
Date: Mon Apr  6 12:43:40 2009
New Revision: 190769
URL: http://svn.freebsd.org/changeset/base/190769

Log:
  connect uath(4) to the build.  uath(4) should work on all architectures.

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Mon Apr  6 12:00:51 2009	(r190768)
+++ head/sys/modules/usb/Makefile	Mon Apr  6 12:43:40 2009	(r190769)
@@ -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


More information about the svn-src-all mailing list