aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-15 21:05:52 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-16 02:28:08 +0200
commit1c73d171b2814bf2809aa48c2d4b683a064a4f7e (patch)
treea03e36ec079824362c94555541a33baec3c34644 /Makefile
parent753a645f463f2d72234554bc211cc32f65129929 (diff)
downloadxorg-input-kobomultitouch-1c73d171b2814bf2809aa48c2d4b683a064a4f7e.tar.gz
xorg-input-kobomultitouch-1c73d171b2814bf2809aa48c2d4b683a064a4f7e.tar.bz2
xorg-input-kobomultitouch-1c73d171b2814bf2809aa48c2d4b683a064a4f7e.zip
refactor: Introduce mtdev
With the addition of the kernel MT slots, the MT event protocol is capable of efficiently propagating changes to a set of tracked contacts. At the same time, the need to treat a variety of different kernel drivers is increased. This patch introduces the mtdev, an abstract MT device which converts all valid MT event formats into a uniform, slotted type B event stream. A command-line test program is included. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ed5758..546d1fb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ XMODULES = driver
o_match = match
-o_mtdev = iobuf caps hwdata
+o_mtdev = iobuf caps core hwdata
o_src = hwstate mtstate memory mtouch gestures
@@ -17,6 +17,7 @@ o_driver= multitouch
TARGETS += match/test
TARGETS += mtdev/mapgen
+TARGETS += mtdev/test
TARGETS += src/test
OBJECTS = $(addsuffix .o,\