patch-2.1.125 linux/drivers/char/Makefile
Next file: linux/drivers/char/console.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Thu Oct  8 17:25:16 1998
-  Orig file: 
v2.1.124/linux/drivers/char/Makefile
-  Orig date: 
Mon Oct  5 13:13:39 1998
diff -u --recursive --new-file v2.1.124/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -11,7 +11,7 @@
 
 SUB_DIRS     := 
 MOD_SUB_DIRS := $(SUB_DIRS)
-ALL_SUB_DIRS := $(SUB_DIRS) ftape
+ALL_SUB_DIRS := $(SUB_DIRS) ftape joystick
 
 #
 # This file contains the font map for the default (hardware) font
@@ -159,10 +159,12 @@
 endif
 
 ifeq ($(CONFIG_JOYSTICK),y)
-L_OBJS += joystick.o
+L_OBJS += joystick/js.o
+SUB_DIRS += joystick
+MOD_SUB_DIRS += joystick
 else
   ifeq ($(CONFIG_JOYSTICK),m)
-  M_OBJS += joystick.o
+  MOD_SUB_DIRS += joystick
   endif
 endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov