net: introduce ethernet teaming device
[linux-2.6-block.git] / drivers / net / team / Makefile
1 #
2 # Makefile for the network team driver
3 #
4
5 obj-$(CONFIG_NET_TEAM) += team.o
6 obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
7 obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o