diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-07-27 03:54:47 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-07-27 03:54:47 -0400 |
| commit | aa7eb8e78d8ecd6cd0475d86ea8385ff9cb47ece (patch) | |
| tree | 3f9e98fadd5124fb05e8f6f9b06aa23698d4f215 /drivers/input/misc/Makefile | |
| parent | cca8edfd2ec2a34d9f50f593bc753bb11e1bc1f5 (diff) | |
| parent | 3c6b50141ef9f0a8844bf1357b80c0cdf518bf05 (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 e3f7984e6274..be39d813354d 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
| @@ -25,14 +25,18 @@ obj-$(CONFIG_INPUT_DM355EVM) += dm355evm_keys.o | |||
| 25 | obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o | 25 | obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o |
| 26 | obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o | 26 | obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o |
| 27 | obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o | 27 | obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o |
| 28 | obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o | ||
| 28 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o | 29 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o |
| 29 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o | 30 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o |
| 31 | obj-$(CONFIG_INPUT_MMA8450) += mma8450.o | ||
| 32 | obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o | ||
| 30 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o | 33 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o |
| 31 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o | 34 | obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o |
| 32 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o | 35 | obj-$(CONFIG_INPUT_PCF8574) += pcf8574_keypad.o |
| 33 | obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o | 36 | obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o |
| 34 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o | 37 | obj-$(CONFIG_INPUT_POWERMATE) += powermate.o |
| 35 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o | 38 | obj-$(CONFIG_INPUT_PWM_BEEPER) += pwm-beeper.o |
| 39 | obj-$(CONFIG_INPUT_PMIC8XXX_PWRKEY) += pmic8xxx-pwrkey.o | ||
| 36 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o | 40 | obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o |
| 37 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o | 41 | obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o |
| 38 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o | 42 | obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o |
| @@ -44,4 +48,3 @@ obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o | |||
| 44 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o | 48 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o |
| 45 | obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o | 49 | obj-$(CONFIG_INPUT_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o |
| 46 | obj-$(CONFIG_INPUT_YEALINK) += yealink.o | 50 | obj-$(CONFIG_INPUT_YEALINK) += yealink.o |
| 47 | |||
