diff options
| author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2012-11-10 03:50:25 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-11-10 04:02:09 -0500 |
| commit | 544a46c917fcf0a439cc0c428d76ba731a380cae (patch) | |
| tree | f75dc9ffb42d3bc19d446d6d5c789cf8c9c5762d /drivers/input/misc/Makefile | |
| parent | 71a129fb6153ca7a972c31dddb09c2f097262e6e (diff) | |
Input: add Retu power button driver.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Makefile')
| -rw-r--r-- | drivers/input/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 23347e3f7e96..1f874afeea6a 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
| @@ -46,6 +46,7 @@ obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o | |||
| 46 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o | 46 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o |
| 47 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o | 47 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o |
| 48 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o | 48 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o |
| 49 | obj-$(CONFIG_INPUT_RETU_PWRBUTTON) += retu-pwrbutton.o | ||
| 49 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o | 50 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o |
| 50 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o | 51 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o |
| 51 | obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o | 52 | obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o |
