summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-10 15:51:23 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-11 11:29:58 +0300
commit2e16cbf32569d834750f47107ee9c19954dd28bf (patch)
tree7e495a90fb65a49c8a7ac5f79232f6a3e2967fdf /Makefile.am
parent96f60e1411514fb4b0d8690aca1c02b3c6b32b9c (diff)
input: Remove fakhid functionality
The HSP code conflicts with a real HSP implementation and the PS3 support should be done through the kernel.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 53b347ca..372111a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -177,8 +177,7 @@ builtin_modules += input
builtin_sources += profiles/input/main.c \
profiles/input/manager.h profiles/input/manager.c \
profiles/input/server.h profiles/input/server.c \
- profiles/input/device.h profiles/input/device.c \
- profiles/input/fakehid.c profiles/input/fakehid.h
+ profiles/input/device.h profiles/input/device.c
endif
if HOGPLUGIN