hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/Makefile
....@@ -6,7 +6,7 @@
66 # Each configuration option enables a list of files.
77
88 obj-$(CONFIG_INPUT) += input-core.o
9
-input-core-y := input.o input-compat.o input-mt.o ff-core.o
9
+input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o
1010
1111 obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
1212 obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o