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

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)