summaryrefslogtreecommitdiff
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)
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
9 9
10o_match = match 10o_match = match
11 11
12o_mtdev = iobuf caps hwdata 12o_mtdev = iobuf caps core hwdata
13 13
14o_src = hwstate mtstate memory mtouch gestures 14o_src = hwstate mtstate memory mtouch gestures
15 15
@@ -17,6 +17,7 @@ o_driver= multitouch
17 17
18TARGETS += match/test 18TARGETS += match/test
19TARGETS += mtdev/mapgen 19TARGETS += mtdev/mapgen
20TARGETS += mtdev/test
20TARGETS += src/test 21TARGETS += src/test
21 22
22OBJECTS = $(addsuffix .o,\ 23OBJECTS = $(addsuffix .o,\