diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/input/Makefile')
-rw-r--r-- | ANDROID_3.4.5/drivers/input/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/input/Makefile b/ANDROID_3.4.5/drivers/input/Makefile index cf643bee..b53e788c 100644 --- a/ANDROID_3.4.5/drivers/input/Makefile +++ b/ANDROID_3.4.5/drivers/input/Makefile @@ -21,8 +21,12 @@ obj-$(CONFIG_INPUT_MOUSE) += mouse/ obj-$(CONFIG_INPUT_JOYSTICK) += joystick/ obj-$(CONFIG_INPUT_TABLET) += tablet/ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ +obj-$(CONFIG_INPUT_RMTCTL) += rmtctl/ +obj-$(CONFIG_INPUT_PKEY) += physics_key/ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o obj-$(CONFIG_INPUT_OF_MATRIX_KEYMAP) += of_keymap.o obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o +obj-$(CONFIG_INPUT_SENSOR) += sensor/ +obj-m += remote_input.o |