diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:39:56 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:39:56 -0400 |
commit | 57e6b724c08697d8332a63b60d3a60ee5e74e219 (patch) | |
tree | edfbf983141c05825c6eb921ea09cc26305ff287 /drivers/input/Makefile | |
parent | 73b59a3b1c09e4bfc678400b77b96134dcfbf112 (diff) |
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: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r-- | drivers/input/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 1a6ff4982f30..e539a309df8a 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile | |||
@@ -4,7 +4,9 @@ | |||
4 | 4 | ||
5 | # Each configuration option enables a list of files. | 5 | # Each configuration option enables a list of files. |
6 | 6 | ||
7 | obj-$(CONFIG_INPUT) += input.o | 7 | obj-$(CONFIG_INPUT) += input-core.o |
8 | input-core-objs := input.o | ||
9 | |||
8 | obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o | 10 | obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o |
9 | obj-$(CONFIG_INPUT_JOYDEV) += joydev.o | 11 | obj-$(CONFIG_INPUT_JOYDEV) += joydev.o |
10 | obj-$(CONFIG_INPUT_EVDEV) += evdev.o | 12 | obj-$(CONFIG_INPUT_EVDEV) += evdev.o |