forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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