Merge remote-tracking branches 'regulator/topic/mt6397', 'regulator/topic/of', 'regul...
[deliverable/linux.git] / drivers / net / bonding / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Ethernet Bonding driver
3#
4
5obj-$(CONFIG_BONDING) += bonding.o
6
07699f9a 7bonding-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
1da177e4 8
bd33acc3
AW
9proc-$(CONFIG_PROC_FS) += bond_procfs.o
10bonding-objs += $(proc-y)
11
This page took 1.282916 seconds and 5 git commands to generate.