]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/bonding/Makefile
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.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 bond_sysfs_slave.o bond_debugfs.o bond_netlink.o bond_options.o
8
9 proc-$(CONFIG_PROC_FS) += bond_procfs.o
10 bonding-objs += $(proc-y)
11