aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/Makefile')
-rw-r--r--drivers/net/bonding/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile
new file mode 100644
index 000000000000..cf50384b469e
--- /dev/null
+++ b/drivers/net/bonding/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for the Ethernet Bonding driver
+#
+
+obj-$(CONFIG_BONDING) += bonding.o
+
+bonding-objs := bond_main.o bond_3ad.o bond_alb.o
+