patch-2.1.17 linux/drivers/block/Makefile

Next file: linux/drivers/block/acsi.c
Previous file: linux/drivers/block/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.16/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -30,6 +30,14 @@
   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
@@ -142,6 +150,14 @@
 else
   ifeq ($(CONFIG_BLK_DEV_XD),m)
   M_OBJS += xd.o
+  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
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov