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
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
iforce-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
|
|
|
|
iforce-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o
|