projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sky2: use pci_config access functions
[linux-2.6]
/
drivers
/
hid
/
Makefile
diff --git
a/drivers/hid/Makefile
b/drivers/hid/Makefile
index
52e97d8
..
68d1376
100644
(file)
--- a/
drivers/hid/Makefile
+++ b/
drivers/hid/Makefile
@@
-6,3
+6,7
@@
hid-objs := hid-core.o hid-input.o
obj-$(CONFIG_HID) += hid.o
hid-$(CONFIG_HID_DEBUG) += hid-debug.o
+obj-$(CONFIG_USB_HID) += usbhid/
+obj-$(CONFIG_USB_MOUSE) += usbhid/
+obj-$(CONFIG_USB_KBD) += usbhid/
+