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