Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / net / team / Makefile
CommitLineData
3d249d4c
JP
1#
2# Makefile for the network team driver
3#
4
5obj-$(CONFIG_NET_TEAM) += team.o
5fc88991 6obj-$(CONFIG_NET_TEAM_MODE_BROADCAST) += team_mode_broadcast.o
3d249d4c
JP
7obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
8obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o
01d7f30a 9obj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o
This page took 0.090445 seconds and 5 git commands to generate.