From 5d690a9685c4471268e1469e4682c7d7f33301a6 Mon Sep 17 00:00:00 2001 From: Abinaya P Date: Mon, 12 Sep 2016 14:59:36 +0530 Subject: [PATCH] input: Makefile: include ITE tech touch driver for compilation Add ITE tech touch screen driver for the compilation. Change-Id: Iee6abc583917968879a19a5e67b4db08d506c794 Signed-off-by: Abinaya P --- drivers/input/touchscreen/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index e1777f11d77b..f448df5b234c 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o obj-$(CONFIG_TOUCHSCREEN_IMX6UL_TSC) += imx6ul_tsc.o obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o +obj-$(CONFIG_TOUCHSCREEN_IT7260_I2C) += it7258_ts_i2c.o obj-$(CONFIG_TOUCHSCREEN_IPROC) += bcm_iproc_tsc.o obj-$(CONFIG_TOUCHSCREEN_LPC32XX) += lpc32xx_ts.o obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o