patch-2.2.4 linux/drivers/fc4/Makefile
Next file: linux/drivers/fc4/fc-al.h
Previous file: linux/drivers/fc4/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Mar 15 16:11:29 1999
- Orig file:
v2.2.3/linux/drivers/fc4/Makefile
- Orig date:
Mon Jan 12 15:19:36 1998
diff -u --recursive --new-file v2.2.3/linux/drivers/fc4/Makefile linux/drivers/fc4/Makefile
@@ -33,6 +33,14 @@
endif
endif
+ifeq ($(CONFIG_FC4_SOCAL),y)
+L_OBJS += socal.o
+else
+ ifeq ($(CONFIG_FC4_SOCAL),m)
+ M_OBJS += socal.o
+ endif
+endif
+
include $(TOPDIR)/Rules.make
fc4.o: $(MIX_OBJS) fc.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)