|
|
| File: [Development] / linux-2.6-xfs / drivers / input / joystick / iforce / Makefile (download)
Revision 1.3, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
# # Makefile for the I-Force driver # # 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