repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kbuild: document howto build external modules using several directories
[linux-2.6/verdex.git]
/
drivers
/
usb
/
class
/
Makefile
blob
22947124775132693f1b37900cd9b048078c1d73
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_AUDIO
) +=
audio.o
8
obj-
$(
CONFIG_USB_MIDI
) +=
usb-midi.o
9
obj-
$(
CONFIG_USB_PRINTER
) +=
usblp.o