DIR:/usr/src/kernels/3.10.0-1160.119.1.el7.x86_64/drivers/usb/class/ |
Current File : //usr/src/kernels/3.10.0-1160.119.1.el7.x86_64/drivers/usb/class/Makefile |
# SPDX-License-Identifier: GPL-2.0 # # Makefile for USB Class drivers # (one step up from the misc category) # obj-$(CONFIG_USB_ACM) += cdc-acm.o obj-$(CONFIG_USB_PRINTER) += usblp.o obj-$(CONFIG_USB_WDM) += cdc-wdm.o obj-$(CONFIG_USB_TMC) += usbtmc.o |