18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the network team driver 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM) += team.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o 88c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o 98c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_RANDOM) += team_mode_random.o 108c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o 118c2ecf20Sopenharmony_ciobj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o 12