Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Makefile for the I-Force driver
0004 #
0005 # By Johann Deneux <johann.deneux@gmail.com>
0006 #
0007 
0008 obj-$(CONFIG_JOYSTICK_IFORCE)           += iforce.o
0009 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
0010 obj-$(CONFIG_JOYSTICK_IFORCE_232)       += iforce-serio.o
0011 obj-$(CONFIG_JOYSTICK_IFORCE_USB)       += iforce-usb.o