diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/input/joystick/iforce/Makefile')
-rw-r--r-- | ANDROID_3.4.5/drivers/input/joystick/iforce/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/drivers/input/joystick/iforce/Makefile b/ANDROID_3.4.5/drivers/input/joystick/iforce/Makefile deleted file mode 100644 index bc5bda22..00000000 --- a/ANDROID_3.4.5/drivers/input/joystick/iforce/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# 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 |