repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git]
/
drivers
/
net
/
team
/
Makefile
blob
85f2028a87afb9d6442e8db74e6be156fbc632b7
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