diff options
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 62dcd79d548f..a244fc6a781c 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
@@ -28,6 +28,7 @@ obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o | |||
28 | obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o | 28 | obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o |
29 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o | 29 | obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o |
30 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o | 30 | obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o |
31 | obj-$(CONFIG_INPUT_MC13783_PWRBUTTON) += mc13783-pwrbutton.o | ||
31 | obj-$(CONFIG_INPUT_MMA8450) += mma8450.o | 32 | obj-$(CONFIG_INPUT_MMA8450) += mma8450.o |
32 | obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o | 33 | obj-$(CONFIG_INPUT_MPU3050) += mpu3050.o |
33 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o | 34 | obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o |