kernel/drivers/input/Makefile
.. .. @@ -6,7 +6,7 @@ 6 6 # Each configuration option enables a list of files. 7 7 8 8 obj-$(CONFIG_INPUT) += input-core.o 9 -input-core-y := input.o input-compat.o input-mt.o ff-core.o9 +input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o10 10 11 11 obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o 12 12 obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o