diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2013-07-30 02:07:57 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2013-07-30 02:07:57 +0000 |
| commit | 31d9867769df3c14e87a6de68a20ba516ecba9f6 (patch) | |
| tree | e123d09def599791e57f6ef25705a6c7f7401469 /sys/modules/usb/Makefile | |
| parent | 1c282eb0d89d1425925f05490e7a7e42a81a8f59 (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb/Makefile')
| -rw-r--r-- | sys/modules/usb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index aef9acd12977..8ec41072769a 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -31,7 +31,8 @@ # MK_SOURCELESS_UCODE option (see below). SUBDIR = usb -SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} ${_atmegadci} ${_avr32dci} +SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \ + ${_atmegadci} ${_avr32dci} rsu rsufw SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw} urtwn urtwnfw SUBDIR += atp uhid ukbd ums udbp ufm uep SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \ |
