repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[linux-2.6/linux-mips.git]
/
drivers
/
hid
/
Makefile
blob
52e97d8f3c95770427a7475c4efa64661bf38fc6
1
#
2
# Makefile for the HID driver
3
#
4
hid-objs
:=
hid-core.o hid-input.o
5
6
obj-
$(
CONFIG_HID
) +=
hid.o
7
hid-
$(
CONFIG_HID_DEBUG
) +=
hid-debug.o
8