patch-1.3.53 linux/drivers/block/Makefile
Next file: linux/drivers/block/rd.c
Previous file: linux/drivers/block/Config.in
Back to the patch index
Back to the overall index
-  Lines: 11
 -  Date:
Sun Dec 31 14:32:44 1995
 -  Orig file: 
v1.3.52/linux/drivers/block/Makefile
 -  Orig date: 
Tue Dec 26 04:45:35 1995
 
diff -u --recursive --new-file v1.3.52/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -30,6 +30,10 @@
 
 ifeq ($(CONFIG_BLK_DEV_RAM),y)
 L_OBJS += rd.o
+else
+  ifeq ($(CONFIG_BLK_DEV_RAM),m)
+  M_OBJS += rd.o
+  endif
 endif
 
 ifeq ($(CONFIG_BLK_DEV_HD),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this