]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/net/bonding/Makefile
Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux.git] / drivers / net / bonding / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the Ethernet Bonding driver
4 #
5
6 obj-$(CONFIG_BONDING) += bonding.o
7
8 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
9
10 proc-$(CONFIG_PROC_FS) += bond_procfs.o
11 bonding-objs += $(proc-y)
12