patch-2.1.103 linux/drivers/block/paride/Makefile
Next file: linux/drivers/block/paride/aten.c
Previous file: linux/drivers/block/paride/Config.in
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Thu May 14 19:11:48 1998
-  Orig file: 
v2.1.102/linux/drivers/block/paride/Makefile
-  Orig date: 
Fri Jan 30 11:28:06 1998
diff -u --recursive --new-file v2.1.102/linux/drivers/block/paride/Makefile linux/drivers/block/paride/Makefile
@@ -114,6 +114,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_PARIDE_FIT2),y)
+  LX_OBJS += fit2.o
+else
+  ifeq ($(CONFIG_PARIDE_FIT2),m)
+    MX_OBJS += fit2.o
+  endif
+endif
+
 ifeq ($(CONFIG_PARIDE_FRPW),y)
   LX_OBJS += frpw.o
 else
@@ -138,4 +146,13 @@
   endif
 endif
 
+ifeq ($(CONFIG_PARIDE_KTTI),y)
+  LX_OBJS += ktti.o
+else
+  ifeq ($(CONFIG_PARIDE_KTTI),m)
+    MX_OBJS += ktti.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