summaryrefslogtreecommitdiff
path: root/drivers/input/misc/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2008-07-07 09:07:31 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-07-07 09:08:07 -0400
commit3bee2a04cf14f599e094a37445f2eb4e6bb316bc (patch)
tree4f89e4915ced3cd3fa89f218ac220dc248490062 /drivers/input/misc/Makefile
parentb4ecda3e965a87881a94017cb0cd484d65799261 (diff)
Input: new driver for SGI O2 volume buttons
This driver adds support for the volume buttons on the front of every SGI O2 workstation. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 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 ebd39f291d25..0e274f19bcb3 100644
--- a/drivers/input/misc/Makefile
+++ b/drivers/input/misc/Makefile
@@ -19,3 +19,4 @@ obj-$(CONFIG_INPUT_YEALINK) += yealink.o
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
obj-$(CONFIG_INPUT_APANEL) += apanel.o
+obj-$(CONFIG_INPUT_SGIO2_BTNS) += sgio2_btns.o