162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the network team driver 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM) += team.o 762306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o 862306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o 962306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_RANDOM) += team_mode_random.o 1062306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o 1162306a36Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o 12