Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/usb/Makefile
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
| # MK_SOURCELESS_UCODE option (see below). | # MK_SOURCELESS_UCODE option (see below). | ||||
| SUBDIR = usb | SUBDIR = usb | ||||
| SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} \ | SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} \ | ||||
| ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_bcm2838_xhci} | ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_bcm2838_xhci} | ||||
| SUBDIR += mtw ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw} | SUBDIR += mtw ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw} | ||||
| SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \ | SUBDIR += atp cfumass uhid uhid_snes ukbd ums udbp uep wmt wsp ugold uled \ | ||||
| usbhid | usbhid | ||||
| SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \ | SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom udbc ufoma uftdi ugensa uipaq \ | ||||
bz: I find this highly confusing to have += and \ mixed in a file; also the re-wrapping of long… | |||||
thjAuthorUnsubmitted Done Inline ActionsI've made them multiple SUBDIR += calls. thj: I've made them multiple SUBDIR += calls. | |||||
| umb umct umcs umodem umoscom uplcom uslcom uvisor uvscom | ulpt umb umct umcs umodem umoscom uplcom uslcom uvisor uvscom | ||||
| SUBDIR += i2ctinyusb | SUBDIR += i2ctinyusb | ||||
| SUBDIR += cp2112 | SUBDIR += cp2112 | ||||
| SUBDIR += udl | SUBDIR += udl | ||||
| SUBDIR += uether aue axe axge cdce cdceem cue ${_kue} mos rue smsc udav uhso \ | SUBDIR += uether aue axe axge cdce cdceem cue ${_kue} mos rue smsc udav uhso \ | ||||
| ipheth | ipheth | ||||
| SUBDIR += muge | SUBDIR += muge | ||||
| SUBDIR += ure urndis | SUBDIR += ure urndis | ||||
| SUBDIR += usfs umass urio | SUBDIR += usfs umass urio | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||
I find this highly confusing to have += and \ mixed in a file; also the re-wrapping of long lines feels annoying; Can we not just expand them into one-a-line (maybe upfront and then add the single new line).
I assume the current format is for grouping by type but that could easily be a comment for a block then if we don't want to sort them alphanum; kind-of make it more like the level up modules/Makefile?