Date: Tue, 12 May 2009 02:08:56 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192007 - head/sys/modules/usb Message-ID: <200905120208.n4C28uc1008169@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905120208.n4C28uc1008169>