summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/Makefile
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2018-07-24 17:32:24 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-06-22 23:55:20 -0700
commit4f99de6d9d57d29b10f132490034aa21b7ba184f (patch)
treeebb8eef57b7385855ff1d93eeaf0397fa1633436 /drivers/input/joystick/iforce/Makefile
parent81fd43132684605b21600fa5e27f23034e18dfd3 (diff)
downloadlinux-4f99de6d9d57d29b10f132490034aa21b7ba184f.tar.bz2
Input: iforce - split into core and transport modules
Now that we have moved enough transport details into separate source files we can change them into transport modules so that they are only loaded when needed. Tested-by: Tim Schumacher <timschumi@gmx.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/iforce/Makefile')
-rw-r--r--drivers/input/joystick/iforce/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/input/joystick/iforce/Makefile b/drivers/input/joystick/iforce/Makefile
index bc5bda22f15e..414075019a4f 100644
--- a/drivers/input/joystick/iforce/Makefile
+++ b/drivers/input/joystick/iforce/Makefile
@@ -4,8 +4,7 @@
# By Johann Deneux <johann.deneux@gmail.com>
#
-obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
-
+obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
-iforce-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
-iforce-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o
+obj-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
+obj-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o