patch-2.2.18 linux/drivers/block/Makefile
Next file: linux/drivers/block/acsi.c
Previous file: linux/drivers/block/DAC960.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Sep 11 18:06:33 2000
- Orig file:
v2.2.17/drivers/block/Makefile
- Orig date:
Fri Apr 21 12:45:50 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/block/Makefile linux/drivers/block/Makefile
@@ -142,6 +142,10 @@
IDE_OBJS += pdc4030.o
endif
+ifeq ($(CONFIG_BLK_DEV_ALI15X3),y)
+IDE_OBJS += alim15x3.o
+endif
+
ifeq ($(CONFIG_BLK_DEV_TRM290),y)
IDE_OBJS += trm290.o
endif
@@ -243,6 +247,14 @@
else
ifeq ($(CONFIG_BLK_CPQ_DA),m)
M_OBJS += cpqarray.o
+ endif
+endif
+
+ifeq ($(CONFIG_BLK_CPQ_CISS_DA),y)
+L_OBJS += cciss.o
+else
+ ifeq ($(CONFIG_BLK_CPQ_CISS_DA),m)
+ M_OBJS += cciss.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)