Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / input / joystick / iforce / Makefile
blob17ae42bf9ffd8b810deee67d4868a09df273cfcc
2 # Makefile for the I-Force driver
4 # By Johann Deneux <deneux@ifrance.com>
7 # Goal definition
8 iforce-objs := iforce-ff.o iforce-main.o iforce-packets.o
10 obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o
12 ifeq ($(CONFIG_JOYSTICK_IFORCE_232),y)
13 iforce-objs += iforce-serio.o
14 endif
16 ifeq ($(CONFIG_JOYSTICK_IFORCE_USB),y)
17 iforce-objs += iforce-usb.o
18 endif
20 EXTRA_CFLAGS = -Werror-implicit-function-declaration