projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
USB: whiteheat: Convert to generic boolean
[linux-2.6]
/
drivers
/
hid
/
Makefile
Commit
Line
Data
63f3861d
JK
1
#
2
# Makefile for the HID driver
3
#
dd64c151
4
hid-objs := hid-core.o hid-input.o
c080d89a
JK
5
6
obj-$(CONFIG_HID) += hid.o
dd64c151
7
hid-$(CONFIG_HID_DEBUG) += hid-debug.o
c080d89a
8