diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-27 00:46:20 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-27 00:46:20 -0400 |
commit | 6ad390a25a9d1d8606b9b826878f0a30639dc2b3 (patch) | |
tree | 05aff14f02776bc0d59a1f777cb92df6f4456ba9 /drivers/input/misc/Makefile | |
parent | d6069dae4700cf5290a75002c46b9be8ea7eef3c (diff) | |
parent | 3f48e7354358519e5b93f7f755ec270b3f8eafa0 (diff) |
Merge branch 'next' into for-linus
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r-- | drivers/input/misc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index be39d813354d..53a8d0faad52 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
@@ -17,6 +17,7 @@ obj-$(CONFIG_INPUT_ATI_REMOTE) += ati_remote.o | |||
17 | obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o | 17 | obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o |
18 | obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o | 18 | obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o |
19 | obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o | 19 | obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o |
20 | obj-$(CONFIG_INPUT_BMA150) += bma150.o | ||
20 | obj-$(CONFIG_INPUT_CM109) += cm109.o | 21 | obj-$(CONFIG_INPUT_CM109) += cm109.o |
21 | obj-$(CONFIG_INPUT_CMA3000) += cma3000_d0x.o | 22 | obj-$(CONFIG_INPUT_CMA3000) += cma3000_d0x.o |
22 | obj-$(CONFIG_INPUT_CMA3000_I2C) += cma3000_d0x_i2c.o | 23 | obj-$(CONFIG_INPUT_CMA3000_I2C) += cma3000_d0x_i2c.o |
@@ -34,15 +35,17 @@ obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o | |||
34 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o | 35 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o |
35 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o | 36 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o |
36 | obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o | 37 | obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o |
38 | obj-$(CONFIG_INPUT_PM8XXX_VIBRATOR) += pm8xxx-vibrator.o | ||
39 | obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o | ||
37 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o | 40 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o |
38 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o | 41 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o |
39 | obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o | ||
40 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o | 42 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o |
41 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o | 43 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o |
42 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o | 44 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o |
43 | obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o | 45 | obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o |
44 | obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o | 46 | obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o |
45 | obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o | 47 | obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o |
48 | obj-$(CONFIG_INPUT_TWL6040_VIBRA) += twl6040-vibra.o | ||
46 | obj-$(CONFIG_INPUT_UINPUT) += uinput.o | 49 | obj-$(CONFIG_INPUT_UINPUT) += uinput.o |
47 | obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o | 50 | obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o |
48 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o | 51 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o |