From faf2b2aae80c811f778f7cfa9a320dd7ade01dac Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 28 Oct 2011 02:31:57 +0300 Subject: frontend: add touchscreen-as-buttons input code intended for Caanoo/Wiz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32e5401..22f6652 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ OBJS += frontend/plat_omap.o OBJS += frontend/plat_pandora.o else ifeq "$(PLATFORM)" "caanoo" -OBJS += frontend/plat_pollux.o frontend/blit320.o +OBJS += frontend/plat_pollux.o frontend/in_tsbutton.o frontend/blit320.o OBJS += frontend/warm/warm.o else OBJS += frontend/plat_dummy.o -- cgit v1.2.3