OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
drivers
/
input
/
joystick
/
iforce
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
988 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
292 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# # Makefile for the I-Force driver # # By Johann Deneux <johann.deneux@gmail.com> # obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o 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