Ac6 Training Logo
Training Consulting Tools
xref: /Linux-v5.10/drivers/net/team/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the network team driver
4#
5
6obj-$(CONFIG_NET_TEAM) += team.o
7obj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o
8obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
9obj-$(CONFIG_NET_TEAM_MODE_RANDOM) += team_mode_random.o
10obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o
11obj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o
12

served by {OpenGrok

Last Index Update: Thu Mar 20 03:01:00 CET 2025

CodEx Logo