summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorAbinaya P <abinayap@codeaurora.org>2016-09-12 14:59:36 +0530
committerAbinaya P <abinayap@codeaurora.org>2016-09-12 15:00:31 +0530
commit5d690a9685c4471268e1469e4682c7d7f33301a6 (patch)
tree62913befc5ebb4e91bc9a28739dc48709c882a5c /drivers/input
parent911e592fdc0d6c8f63ea2aec181122a5621d4cee (diff)
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 <abinayap@codeaurora.org>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/Makefile1
1 files changed, 1 insertions, 0 deletions
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