blob: 30e8ae3da2da7c4fd6a008ff2a36480a3851b3f6 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002#
3# Makefile for the Ethernet Bonding driver
4#
5
6obj-$(CONFIG_BONDING) += bonding.o
7
8bonding-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
10proc-$(CONFIG_PROC_FS) += bond_procfs.o
11bonding-objs += $(proc-y)
12