https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0b142e26edd029d30b4b30f75a2d678c45c60cbf authored by Jason Self on 14 October 2013, 01:14:52 UTC
Linux-libre 3.11.5-gnu
Tip revision: 0b142e2
Makefile
#
# 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
back to top