]> Git Repo - J-linux.git/blob - drivers/net/bonding/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-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
This page took 0.030306 seconds and 4 git commands to generate.