mirror of https://github.com/OpenIPC/firmware.git
16 lines
639 B
Diff
16 lines
639 B
Diff
diff -drupN a/drivers/input/Makefile b/drivers/input/Makefile
|
|
--- a/drivers/input/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/drivers/input/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -24,7 +24,11 @@ obj-$(CONFIG_INPUT_JOYSTICK) += joystick
|
|
obj-$(CONFIG_INPUT_TABLET) += tablet/
|
|
obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
|
|
obj-$(CONFIG_INPUT_MISC) += misc/
|
|
+obj-$(CONFIG_INPUT_SENSOR) += sensor/
|
|
|
|
obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
|
|
+obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o
|
|
+obj-$(CONFIG_INPUT_KEYCOMBO) += keycombo.o
|
|
|
|
obj-$(CONFIG_RMI4_CORE) += rmi4/
|
|
+obj-$(CONFIG_INPUT_SENSORINIT) += init-input.o
|