patch-2.2.11 linux/drivers/block/Makefile
Next file: linux/drivers/block/cpqarray.c
Previous file: linux/drivers/block/DAC960.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Aug 9 12:04:38 1999
- Orig file:
v2.2.10/linux/drivers/block/Makefile
- Orig date:
Mon Apr 12 16:18:27 1999
diff -u --recursive --new-file v2.2.10/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -234,6 +234,22 @@
endif
endif
+ifeq ($(CONFIG_BLK_CPQ_DA),y)
+L_OBJS += cpqarray.o
+else
+ ifeq ($(CONFIG_BLK_CPQ_DA),m)
+ M_OBJS += cpqarray.o
+ endif
+endif
+
+ifeq ($(CONFIG_BLK_DEV_DAC960),y)
+LX_OBJS += DAC960.o
+else
+ ifeq ($(CONFIG_BLK_DEV_DAC960),m)
+ MX_OBJS += DAC960.o
+ endif
+endif
+
ifeq ($(CONFIG_BLK_DEV_MD),y)
LX_OBJS += md.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)