diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-16 02:30:41 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-16 02:30:41 +0200 |
| commit | 8dff8642c43a473713d48533974d9c7883bbc5c1 (patch) | |
| tree | ea8513c76d38f2612a1202d30abf0f2e768f204c /Makefile | |
| parent | 1c73d171b2814bf2809aa48c2d4b683a064a4f7e (diff) | |
refactor: Replace hwdata by mtdev
This patch makes the switch, from using hwdata and the associated
type A parser, to using mtdev and the associated type B parser.
A command-line gesture test program is included.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ XMODULES = driver | |||
| 9 | 9 | ||
| 10 | o_match = match | 10 | o_match = match |
| 11 | 11 | ||
| 12 | o_mtdev = iobuf caps core hwdata | 12 | o_mtdev = iobuf caps core |
| 13 | 13 | ||
| 14 | o_src = hwstate mtstate memory mtouch gestures | 14 | o_src = hwstate mtstate memory mtouch gestures |
| 15 | 15 | ||
