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 @@
1#
2# Makefile for the Ethernet Bonding driver
3#
4
5obj-$(CONFIG_BONDING) += bonding.o
6
7bonding-objs := bond_main.o bond_3ad.o bond_alb.o
8