patch-2.3.15 linux/drivers/net/fc/Makefile

Next file: linux/drivers/net/fc/iph5526.c
Previous file: linux/drivers/net/eql.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/drivers/net/fc/Makefile linux/drivers/net/fc/Makefile
@@ -0,0 +1,28 @@
+
+# Makefile for linux/drivers/net/fc
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+
+L_TARGET := fc.a
+L_OBJS   := 
+M_OBJS   := 
+MX_OBJS  := 
+MOD_LIST_NAME := FC_MODULES
+FC_SRCS = $(wildcard $(L_OBJS:%.o=%.c))
+
+ifeq ($(CONFIG_IPHASE5526),y)
+L_OBJS += iph5526.o
+else
+  ifeq ($(CONFIG_IPHASE5526),m)
+    M_OBJS += iph5526.o 
+  endif
+endif
+
+include $(TOPDIR)/Rules.make
+
+clean:
+	rm *.o 
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)