diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-07-31 11:09:37 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 23:50:54 +0200 |
commit | 3715ade981d524f9bb3b851a1eb81d3604a873bc (patch) | |
tree | a3daee2e0b696ca5ee3255fa76d2f5ba062ed739 /drivers/hid/Makefile | |
parent | 980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 (diff) |
HID: remove hid-input-quirks
Remove the file since these is no user now.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 735c371ca02..0141ff88008 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -1,7 +1,7 @@ # # Makefile for the HID driver # -hid-objs := hid-core.o hid-input.o hid-input-quirks.o +hid-objs := hid-core.o hid-input.o obj-$(CONFIG_HID) += hid.o |