Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# # Makefile for USB Class drivers # (one step up from the misc category) # obj-$([31mCONFIG_USB_ACM[0m) += cdc-acm.o obj-$([31mCONFIG_USB_PRINTER[0m) += usblp.o obj-$([31mCONFIG_USB_WDM[0m) += cdc-wdm.o obj-$([31mCONFIG_USB_TMC[0m) += usbtmc.o