repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move virtrng_remove to .devexit.text
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
usb
/
class
/
Makefile
blob
32e85277b5cf2fd042344a5e442a23601b65a96c
1
#
2
# Makefile for USB Class drivers
3
# (one step up from the misc category)
4
#
5
6
obj-
$(
CONFIG_USB_ACM
) +=
cdc-acm.o
7
obj-
$(
CONFIG_USB_PRINTER
) +=
usblp.o
8
obj-
$(
CONFIG_USB_WDM
) +=
cdc-wdm.o
9
obj-
$(
CONFIG_USB_TMC
) +=
usbtmc.o