Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57e6b724 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent 73b59a3b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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