aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/Makefile4
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
7obj-$(CONFIG_INPUT) += input.o 7obj-$(CONFIG_INPUT) += input-core.o
8input-core-objs := input.o
9
8obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o 10obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
9obj-$(CONFIG_INPUT_JOYDEV) += joydev.o 11obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
10obj-$(CONFIG_INPUT_EVDEV) += evdev.o 12obj-$(CONFIG_INPUT_EVDEV) += evdev.o