Merge branch 'for-4.7/upstream' into for-linus
[deliverable/linux.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_BROADCAST) += team_mode_broadcast.o
7 obj-$(CONFIG_NET_TEAM_MODE_ROUNDROBIN) += team_mode_roundrobin.o
8 obj-$(CONFIG_NET_TEAM_MODE_RANDOM) += team_mode_random.o
9 obj-$(CONFIG_NET_TEAM_MODE_ACTIVEBACKUP) += team_mode_activebackup.o
10 obj-$(CONFIG_NET_TEAM_MODE_LOADBALANCE) += team_mode_loadbalance.o
This page took 0.031709 seconds and 5 git commands to generate.