![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0-only 0002 # 0003 # Makefile for the Ethernet Bonding driver 0004 # 0005 0006 obj-$(CONFIG_BONDING) += bonding.o 0007 0008 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 0009 0010 proc-$(CONFIG_PROC_FS) += bond_procfs.o 0011 bonding-objs += $(proc-y) 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |