aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/Makefile
blob: 85f2028a87afb9d6442e8db74e6be156fbc632b7 (plain) (blame)
1
2
3
4
5
6
7
#
# 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