Blame view

drivers/usb/class/Makefile 221 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  #
  # Makefile for USB Class drivers
  # (one step up from the misc category)
  #
  
  obj-$(CONFIG_USB_ACM)		+= cdc-acm.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
  obj-$(CONFIG_USB_PRINTER)	+= usblp.o
afba937e5   Oliver Neukum   USB: CDC WDM driver
8
  obj-$(CONFIG_USB_WDM)		+= cdc-wdm.o
5b775f672   Greg Kroah-Hartman   USB: add USB test...
9
  obj-$(CONFIG_USB_TMC)		+= usbtmc.o