2 # Makefile for the I-Force driver
7 obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
10 iforce-$(CONFIG_JOYSTICK_IFORCE_232) += iforce-serio.o
11 iforce-$(CONFIG_JOYSTICK_IFORCE_USB) += iforce-usb.o