summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/block/Makefile
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index ca2064ba9..ab00e93fc 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -30,6 +30,14 @@ else
endif
endif
+ifeq ($(CONFIG_AMIGA_Z2RAM),y)
+L_OBJS += z2ram.o
+else
+ ifeq ($(CONFIG_AMIGA_Z2RAM),m)
+ M_OBJS += z2ram.o
+ endif
+endif
+
ifeq ($(CONFIG_BLK_DEV_RAM),y)
L_OBJS += rd.o
else
@@ -72,6 +80,11 @@ ifeq ($(CONFIG_BLK_DEV_TRITON),y)
L_OBJS += triton.o
endif
+ifeq ($(CONFIG_BLK_DEV_PS2),y)
+L_OBJS += ps2esdi.o
+endif
+
+
ifeq ($(CONFIG_BLK_DEV_DTC2278),y)
L_OBJS += dtc2278.o
endif
@@ -140,6 +153,14 @@ else
endif
endif
+ifeq ($(CONFIG_BLK_DEV_EZ),y)
+L_OBJS += ez.o
+else
+ ifeq ($(CONFIG_BLK_DEV_EZ),m)
+ M_OBJS += ez.o
+ endif
+endif
+
ifeq ($(CONFIG_BLK_DEV_MD),y)
LX_OBJS += md.o