Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3311)

Unified Diff: drivers/input/keyboard/Makefile

Issue 723001: add keyboard driver in st1.5 (Closed)
Patch Set: error correction Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/input/keyboard/Kconfig ('k') | drivers/input/keyboard/qci_kbd.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/input/keyboard/Makefile
diff --git a/drivers/input/keyboard/Makefile b/drivers/input/keyboard/Makefile
index b5b5eae9724fa5f49b651bcd987ebeb5d0707c18..c544b6fc4dadd5c5b1ee728bf064b2362c131990 100644
--- a/drivers/input/keyboard/Makefile
+++ b/drivers/input/keyboard/Makefile
@@ -31,3 +31,4 @@ obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
obj-$(CONFIG_KEYBOARD_SUNKBD) += sunkbd.o
obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o
+obj-$(CONFIG_KEYBOARD_QCIKBD) += qci_kbd.o
« no previous file with comments | « drivers/input/keyboard/Kconfig ('k') | drivers/input/keyboard/qci_kbd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698