Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227106
b: refs/heads/master
c: 33e808c
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Nov 22, 2010
1 parent 08ca209 commit 3938ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebde50d5a49122c164f81958a03993e1c947c0b6
refs/heads/master: 33e808c383477e821163f133c2e3e671879c28b6
15 changes: 3 additions & 12 deletions trunk/drivers/input/joystick/iforce/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,8 @@
# By Johann Deneux <johann.deneux@gmail.com>
#

# 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

0 comments on commit 3938ef7

Please sign in to comment.