提交 57e6b724 编写于 作者: D Dmitry Torokhov

Input: rename input.ko into input-core.ko

This will allow building input core module from several files
which is needed for the reworked force feedback support.
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 73b59a3b
......@@ -4,7 +4,9 @@
# Each configuration option enables a list of files.
obj-$(CONFIG_INPUT) += input.o
obj-$(CONFIG_INPUT) += input-core.o
input-core-objs := input.o
obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
obj-$(CONFIG_INPUT_EVDEV) += evdev.o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册