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

Weongyo Jeong weongyo at FreeBSD.org
Tue May 12 02:08:57 UTC 2009


Author: weongyo
Date: Tue May 12 02:08:56 2009
New Revision: 192007
URL: http://svn.freebsd.org/changeset/base/192007

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

Modified:
  head/sys/modules/usb/Makefile

Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile	Tue May 12 02:05:42 2009	(r192006)
+++ head/sys/modules/usb/Makefile	Tue May 12 02:08:56 2009	(r192007)
@@ -28,7 +28,7 @@
 SUBDIR = usb
 #SUBDIR += ubt bluetooth_ng ubtfw
 SUBDIR += ehci musb ohci uhci uss820dci ${_at91dci} ${_atmegadci}
-SUBDIR += rum uath ural zyd
+SUBDIR += rum uath upgt 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