diff options
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r-- | drivers/input/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index e539a309df8a..abdc9d435705 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile | |||
@@ -5,7 +5,7 @@ | |||
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-core.o | 7 | obj-$(CONFIG_INPUT) += input-core.o |
8 | input-core-objs := input.o | 8 | input-core-objs := input.o ff-core.o |
9 | 9 | ||
10 | obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o | 10 | obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o |
11 | obj-$(CONFIG_INPUT_JOYDEV) += joydev.o | 11 | obj-$(CONFIG_INPUT_JOYDEV) += joydev.o |