GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / input / joystick / iforce / Makefile
blob74daff49ab6e1e146415a13c6103ef2e30ba8bb1
2 # Makefile for the I-Force driver
4 # By Johann Deneux <johann.deneux@gmail.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