blob: c2ee6f3bc0cfc99deea87f66245de30cb66b6f95 [file] [log] [blame]
#
# 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
obj-$(CONFIG_USB_CCID_BRIDGE) += ccid_bridge.o