Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227597
b: refs/heads/master
c: e9229fa
h: refs/heads/master
i:
  227595: 7104226
v: v3
  • Loading branch information
Tracey Dent authored and Jiri Kosina committed Nov 18, 2010
1 parent 8d6f16f commit 01f6d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d47d612459300510215fc54bf1283f81710745df
refs/heads/master: e9229faf920aba47dd1ba6940b3ca138024543d3
6 changes: 3 additions & 3 deletions trunk/drivers/hid/usbhid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#

# Multipart objects.
usbhid-objs := hid-core.o hid-quirks.o
usbhid-y := hid-core.o hid-quirks.o

# Optional parts of multipart objects.

ifeq ($(CONFIG_USB_HIDDEV),y)
usbhid-objs += hiddev.o
usbhid-y += hiddev.o
endif
ifeq ($(CONFIG_HID_PID),y)
usbhid-objs += hid-pidff.o
usbhid-y += hid-pidff.o
endif

obj-$(CONFIG_USB_HID) += usbhid.o
Expand Down

0 comments on commit 01f6d92

Please sign in to comment.