diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 13:40:06 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 13:40:06 +0200 |
commit | c062c4d1de57789bf15f7641a24c429eeb8a1c6a (patch) | |
tree | dfd376034ea8458689c937dafa5e318892af82af /drivers/hid/Makefile | |
parent | Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes... (diff) | |
parent | HID: uhid: Fix sending events with invalid data (diff) | |
download | linux-c062c4d1de57789bf15f7641a24c429eeb8a1c6a.tar.xz linux-c062c4d1de57789bf15f7641a24c429eeb8a1c6a.zip |
Merge branch 'uhid' into for-linus
Conflicts:
drivers/hid/Kconfig
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 02fa93896951..f975485f88b2 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -8,6 +8,7 @@ ifdef CONFIG_DEBUG_FS endif obj-$(CONFIG_HID) += hid.o +obj-$(CONFIG_UHID) += uhid.o obj-$(CONFIG_HID_GENERIC) += hid-generic.o |