Files
linux-apfs/drivers/usb/class/Makefile
T

11 lines
256 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
2005-04-16 15:20:36 -07:00
#
# 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
2008-05-13 17:01:25 +02:00
obj-$(CONFIG_USB_WDM) += cdc-wdm.o
obj-$(CONFIG_USB_TMC) += usbtmc.o