Skip to content

Commit

Permalink
Input: rename input.ko into input-core.ko
Browse files Browse the repository at this point in the history
This will allow building input core module from several files
which is needed for the reworked force feedback support.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Jul 19, 2006
1 parent 73b59a3 commit 57e6b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/input/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57e6b72

Please sign in to comment.