From 3938ef7f28ac82e29024236e9fe7addd0ca49406 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 22 Nov 2010 12:53:23 -0800 Subject: [PATCH] --- yaml --- r: 227106 b: refs/heads/master c: 33e808c383477e821163f133c2e3e671879c28b6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/input/joystick/iforce/Makefile | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/[refs] b/[refs] index cc092845419a..f0d4b6cf0d03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebde50d5a49122c164f81958a03993e1c947c0b6 +refs/heads/master: 33e808c383477e821163f133c2e3e671879c28b6 diff --git a/trunk/drivers/input/joystick/iforce/Makefile b/trunk/drivers/input/joystick/iforce/Makefile index 74daff49ab6e..bc5bda22f15e 100644 --- a/trunk/drivers/input/joystick/iforce/Makefile +++ b/trunk/drivers/input/joystick/iforce/Makefile @@ -4,17 +4,8 @@ # By Johann Deneux # -# Goal definition -iforce-objs := iforce-ff.o iforce-main.o iforce-packets.o - obj-$(CONFIG_JOYSTICK_IFORCE) += iforce.o -ifeq ($(CONFIG_JOYSTICK_IFORCE_232),y) - iforce-objs += iforce-serio.o -endif - -ifeq ($(CONFIG_JOYSTICK_IFORCE_USB),y) - iforce-objs += iforce-usb.o -endif - -EXTRA_CFLAGS = -Werror-implicit-function-declaration +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