aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/Makefile
blob: fb9f4c1c51ff312fc2c7bca0fa8eda3f8a0ed063 (plain) (blame)
1
2
3
4
5
6
7
8
#
# Makefile for the network team driver
#

obj-$(CONFIG_NET_TEAM) += team.o
obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o
obj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o