patch-2.4.22 linux-2.4.22/drivers/net/bonding/Makefile

Next file: linux-2.4.22/drivers/net/bonding/bond_3ad.c
Previous file: linux-2.4.22/drivers/net/bmac.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/net/bonding/Makefile linux-2.4.22/drivers/net/bonding/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile for the Ethernet Bonding driver
+#
+
+O_TARGET := bonding.o
+
+obj-y	 := bond_main.o \
+            bond_3ad.o  \
+	    bond_alb.o
+
+obj-m	 := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make
+

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