## Makefile for the input core drivers.## Each configuration option enables a list of files.obj-$(CONFIG_INPUT)+=input-core.oinput-core-y:= input.o input-compat.o input-mt.o ff-core.oobj-$(CONFIG_INPUT_FF_MEMLESS)+=ff-memless.oobj-$(CONFIG_INPUT_POLLDEV)+=input-polldev.oobj-$(CONFIG_INPUT_SPARSEKMAP)+=sparse-keymap.oobj-$(CONFIG_INPUT_MATRIXKMAP)+=matrix-keymap.oobj-$(CONFIG_INPUT_LEDS)+=input-leds.oobj-$(CONFIG_INPUT_MOUSEDEV)+=mousedev.oobj-$(CONFIG_INPUT_JOYDEV)+=joydev.oobj-$(CONFIG_INPUT_EVDEV)+=evdev.oobj-$(CONFIG_INPUT_EVBUG)+=evbug.oobj-$(CONFIG_INPUT_KEYBOARD)+=keyboard/obj-$(CONFIG_INPUT_MOUSE)+=mouse/obj-$(CONFIG_INPUT_JOYSTICK)+=joystick/obj-$(CONFIG_INPUT_TABLET)+=tablet/obj-$(CONFIG_INPUT_TOUCHSCREEN)+=touchscreen/obj-$(CONFIG_ROCKCHIP_REMOTECTL)+=remotectl/obj-$(CONFIG_SENSOR_DEVICE)+=sensors/obj-$(CONFIG_INPUT_MISC)+=misc/obj-$(CONFIG_INPUT_APMPOWER)+=apm-power.oobj-$(CONFIG_INPUT_KEYRESET)+=keyreset.oobj-$(CONFIG_INPUT_KEYCOMBO)+=keycombo.o