From 3bdc00094503b3e42d3177f5fd02e2031a6bcade Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 24 Jun 2017 12:04:15 +0200 Subject: [PATCH 170/325] Detach upgt from the build It relies on proprietary firmware (not part of the upstream tree). Obtained from: ElectroBSD --- sys/modules/usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 239463f95125..b515fcf811a9 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -46,7 +46,7 @@ MAKE+=" DEBUG_FLAGS+=-DUSB_REQ_DEBUG" SUBDIR = usb 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 += ${_rum} ${_run} ${_runfw} ${_uath} usie ural ${_zyd} ${_urtw} SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp ufm uep wmt wsp ugold uled SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \ umct umcs umodem umoscom uplcom uslcom uvisor uvscom -- 2.32.0