]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/net/bonding/Makefile
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[mirror_ubuntu-artful-kernel.git] / drivers / net / bonding / Makefile
1 #
2 # Makefile for the Ethernet Bonding driver
3 #
4
5 obj-$(CONFIG_BONDING) += bonding.o
6
7 bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o
8
9 ipv6-$(subst m,y,$(CONFIG_IPV6)) += bond_ipv6.o
10 bonding-objs += $(ipv6-y)
11