aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-15 19:40:34 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-16 02:28:08 +0200
commit4583da1ad81b59b2a8cd2ae51c32b1bc8d32f1c4 (patch)
tree5041c40ec1d899aa135a3030413b919b2dad0384 /Makefile
parentff88de5cd38b5b51bad0e63d373d66745f1f8d31 (diff)
downloadxorg-input-kobomultitouch-4583da1ad81b59b2a8cd2ae51c32b1bc8d32f1c4.tar.gz
xorg-input-kobomultitouch-4583da1ad81b59b2a8cd2ae51c32b1bc8d32f1c4.tar.bz2
xorg-input-kobomultitouch-4583da1ad81b59b2a8cd2ae51c32b1bc8d32f1c4.zip
refactor: Generate code for ABS_MT mapping
Use the kernel-provided list MT_SLOT_ABS_EVENTS to generate code mappings between ABS_MT space and MT space. This patch adds the program mapgen that does the mapping, and adds two include files generated with it. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f364845..1ed5758 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ o_src = hwstate mtstate memory mtouch gestures
o_driver= multitouch
TARGETS += match/test
+TARGETS += mtdev/mapgen
TARGETS += src/test
OBJECTS = $(addsuffix .o,\