forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
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