diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-07-27 18:28:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-07-27 18:28:22 +0000 |
| commit | 58d5c511063ec10161c7782dd63026e8bf92ceb3 (patch) | |
| tree | 4e47343085e562e6afea25f446b1d2eec2c7c3c5 /sys/modules/usb/Makefile | |
| parent | de26ba4d82a253e89c8829b89bf8fc5a2d27f21d (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb/Makefile')
| -rw-r--r-- | sys/modules/usb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 191a67caa79e..ecae0febc09f 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -44,7 +44,7 @@ MAKE+=" DEBUG_FLAGS+=-DUSB_REQ_DEBUG" # MK_SOURCELESS_UCODE option (see below). SUBDIR = usb -SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \ +SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} \ ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_saf1761otg} SUBDIR += ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw} SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp ufm uep wmt wsp ugold uled @@ -84,7 +84,6 @@ _urtw= urtw .endif .if ${MACHINE_CPUARCH} == "arm" -_at91dci= at91dci _atmegadci= atmegadci _dwc_otg= dwc_otg _musb= musb |
