aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-02-18 01:50:18 -0500
committerDmitry Torokhov <dtor@insightbb.com>2007-02-18 01:50:18 -0500
commitbebb8a2bc180a4c920c57e89b2d713a34c1d096c (patch)
tree6569d1db88bfa3d8b9b405d69c1294926233bf87 /drivers/input/misc/Makefile
parentInput: psmouse - add support for eGalax PS/2 touchscreen controller (diff)
downloadlinux-dev-bebb8a2bc180a4c920c57e89b2d713a34c1d096c.tar.xz
linux-dev-bebb8a2bc180a4c920c57e89b2d713a34c1d096c.zip
Input: add driver for MIPS Cobalt back panel buttons
Tested on Cobalt Qube2. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r--drivers/input/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile
index e0a8d58c9e9b..9f08f27b06de 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -8,6 +8,7 @@ obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
+obj-$(CONFIG_INPUT_COBALT_BTNS) += cobalt_btns.o
obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o