patch-2.2.14 linux/drivers/char/joystick/Makefile
Next file: linux/drivers/char/joystick/joy-amiga.c
Previous file: linux/drivers/char/joystick/Config.in
Back to the patch index
Back to the overall index
- Lines: 120
- Date:
Tue Jan 4 10:12:14 2000
- Orig file:
v2.2.13/linux/drivers/char/joystick/Makefile
- Orig date:
Thu Oct 8 17:25:16 1998
diff -u --recursive --new-file v2.2.13/linux/drivers/char/joystick/Makefile linux/drivers/char/joystick/Makefile
@@ -1,23 +1,18 @@
#
# Makefile for the joystick drivers.
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now inherited from the
-# parent makes..
-#
O_TARGET := js.o
+OX_OBJS :=
O_OBJS :=
+MX_OBJS :=
M_OBJS :=
ifeq ($(CONFIG_JOYSTICK),y)
-O_OBJS += joystick.o
+OX_OBJS += joystick.o
else
ifeq ($(CONFIG_JOYSTICK),m)
- M_OBJS += joystick.o
+ MX_OBJS += joystick.o
endif
endif
@@ -37,11 +32,11 @@
endif
endif
-ifeq ($(CONFIG_JOY_ASSASIN),y)
-O_OBJS += joy-assasin.o
+ifeq ($(CONFIG_JOY_ASSASSIN),y)
+O_OBJS += joy-assassin.o
else
- ifeq ($(CONFIG_JOY_ASSASIN),m)
- M_OBJS += joy-assasin.o
+ ifeq ($(CONFIG_JOY_ASSASSIN),m)
+ M_OBJS += joy-assassin.o
endif
endif
@@ -53,6 +48,14 @@
endif
endif
+ifeq ($(CONFIG_JOY_CREATIVE),y)
+O_OBJS += joy-creative.o
+else
+ ifeq ($(CONFIG_JOY_CREATIVE),m)
+ M_OBJS += joy-creative.o
+ endif
+endif
+
ifeq ($(CONFIG_JOY_DB9),y)
O_OBJS += joy-db9.o
else
@@ -85,6 +88,22 @@
endif
endif
+ifeq ($(CONFIG_JOY_MAGELLAN),y)
+O_OBJS += joy-magellan.o
+else
+ ifeq ($(CONFIG_JOY_MAGELLAN),m)
+ M_OBJS += joy-magellan.o
+ endif
+endif
+
+ifeq ($(CONFIG_JOY_PCI),y)
+O_OBJS += joy-pci.o
+else
+ ifeq ($(CONFIG_JOY_PCI),m)
+ M_OBJS += joy-pci.o
+ endif
+endif
+
ifeq ($(CONFIG_JOY_SIDEWINDER),y)
O_OBJS += joy-sidewinder.o
else
@@ -93,6 +112,22 @@
endif
endif
+ifeq ($(CONFIG_JOY_SPACEORB),y)
+O_OBJS += joy-spaceorb.o
+else
+ ifeq ($(CONFIG_JOY_SPACEORB),m)
+ M_OBJS += joy-spaceorb.o
+ endif
+endif
+
+ifeq ($(CONFIG_JOY_SPACEBALL),y)
+O_OBJS += joy-spaceball.o
+else
+ ifeq ($(CONFIG_JOY_SPACEBALL),m)
+ M_OBJS += joy-spaceball.o
+ endif
+endif
+
ifeq ($(CONFIG_JOY_THRUSTMASTER),y)
O_OBJS += joy-thrustmaster.o
else
@@ -106,6 +141,14 @@
else
ifeq ($(CONFIG_JOY_TURBOGRAFX),m)
M_OBJS += joy-turbografx.o
+ endif
+endif
+
+ifeq ($(CONFIG_JOY_WARRIOR),y)
+O_OBJS += joy-warrior.o
+else
+ ifeq ($(CONFIG_JOY_WARRIOR),m)
+ M_OBJS += joy-warrior.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)