aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/Makefile
blob: 3c5c014e82b228c77d99ec34caaeca8aa80ca9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for the Ethernet Bonding driver
#

obj-$(CONFIG_BONDING) += bonding.o

bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_debugfs.o

proc-$(CONFIG_PROC_FS) += bond_procfs.o
bonding-objs += $(proc-y)

ipv6-$(subst m,y,$(CONFIG_IPV6)) += bond_ipv6.o
bonding-objs += $(ipv6-y)