Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/pub...
[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