Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / drivers / net / bonding / Makefile
blob4c21bf6b8b2f015abfaf77b414d3e5b7670026f2
2 # Makefile for the Ethernet Bonding driver
5 obj-$(CONFIG_BONDING) += bonding.o
7 bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_debugfs.o
9 proc-$(CONFIG_PROC_FS) += bond_procfs.o
10 bonding-objs += $(proc-y)