2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the I-Force driver
|
|
|
|
#
|
2007-10-20 06:47:32 +08:00
|
|
|
# By Johann Deneux <johann.deneux@gmail.com>
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
|
2018-07-25 08:32:24 +08:00
|
|
|
obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
|
2010-11-23 04:53:23 +08:00
|
|
|
iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
|
2018-07-25 08:32:24 +08:00
|
|
|
obj-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
|
|
|
|
obj-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o
|