aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Makefile
diff options
context:
space:
mode:
authorRom Lemarchand <rlemarchand@sta.samsung.com>2011-01-10 14:05:01 -0800
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:53:03 -0800
commit33c7257ce648e02a1942d0ad61bb93837f44fdfd (patch)
tree73c5f1cdcdcf337c6f1516655283ec930c8d810a /drivers/input/keyboard/Makefile
parent00fdd611fdc3d837d55185ece69bee18ca51bd40 (diff)
downloadkernel_samsung_crespo-33c7257ce648e02a1942d0ad61bb93837f44fdfd.zip
kernel_samsung_crespo-33c7257ce648e02a1942d0ad61bb93837f44fdfd.tar.gz
kernel_samsung_crespo-33c7257ce648e02a1942d0ad61bb93837f44fdfd.tar.bz2
input: cypress-touchkey: Add firmware loading capability
Flash the latest firmware onto the touchkey device if needed. Change-Id: Ia36c1e9a27d5497d1cef6583941f2907d4612d0e Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
Diffstat (limited to 'drivers/input/keyboard/Makefile')
-rw-r--r--drivers/input/keyboard/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Makefile b/drivers/input/keyboard/Makefile
index 2cfd0b0..27a47bf 100644
--- a/drivers/input/keyboard/Makefile
+++ b/drivers/input/keyboard/Makefile
@@ -51,4 +51,5 @@ obj-$(CONFIG_KEYBOARD_TNETV107X) += tnetv107x-keypad.o
obj-$(CONFIG_KEYBOARD_TWL4030) += twl4030_keypad.o
obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o
obj-$(CONFIG_KEYBOARD_W90P910) += w90p910_keypad.o
-obj-$(CONFIG_KEYPAD_CYPRESS_TOUCH) += cypress-touchkey.o
+obj-$(CONFIG_KEYPAD_CYPRESS_TOUCH) += cypress-touchkey.o
+obj-$(CONFIG_KEYPAD_CYPRESS_TOUCH) += cypress-touchkey-firmware.o