patch-2.2.6 linux/drivers/block/Makefile
Next file: linux/drivers/block/genhd.c
Previous file: linux/arch/ppc/mbxboot/head.S
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Mon Apr 12 16:18:27 1999
-  Orig file: 
v2.2.5/linux/drivers/block/Makefile
-  Orig date: 
Thu Sep 17 17:53:35 1998
diff -u --recursive --new-file v2.2.5/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -220,6 +220,10 @@
 
 ifeq ($(CONFIG_BLK_DEV_PS2),y)
 L_OBJS += ps2esdi.o
+else
+  ifeq ($(CONFIG_BLK_DEV_PS2),m)
+  M_OBJS += ps2esdi.o
+  endif
 endif
 
 ifeq ($(CONFIG_BLK_DEV_XD),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)