patch-2.0.37 linux/drivers/block/Makefile
Next file: linux/drivers/block/README.smart2
Previous file: linux/drivers/block/DAC960.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Jun 13 10:21:00 1999
- Orig file:
v2.0.36/linux/drivers/block/Makefile
- Orig date:
Sun Nov 15 10:49:30 1998
diff -u --recursive --new-file v2.0.36/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -118,6 +118,10 @@
endif
endif
+ifeq ($(CONFIG_BLK_DEV_DAC960),y)
+L_OBJS += DAC960.o
+endif
+
ifeq ($(CONFIG_BLK_DEV_MD),y)
LX_OBJS += md.o
@@ -152,7 +156,15 @@
M_OBJS += raid5.o
endif
endif
+endif
+ifeq ($(CONFIG_BLK_CPQ_DA),y)
+L_OBJS += cpqarray.o proc_array.o
+else
+ ifeq ($(CONFIG_BLK_CPQ_DA),m)
+ M_OBJS += cpqarray.o
+ endif
endif
+
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov