projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into for_paulus
[linux-2.6]
/
drivers
/
hid
/
Makefile
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