mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
The input driver implements support for the Egalaxy touchscreen and for Freescale's MPR121 capacitative touch buttons.
5 lines
99 B
Makefile
5 lines
99 B
Makefile
TARGET = input_drv
|
|
REQUIRES = imx53
|
|
SRC_CC = main.cc
|
|
LIBS = base
|
|
INC_DIR += $(PRG_DIR)
|