Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
72f318897e50c29b91efd1ed24515a93c138a2ba
/
.
/
drivers
/
net
/
team
/
Makefile
blob: 85f2028a87afb9d6442e8db74e6be156fbc632b7 [
file
] [
log
] [
blame
]
#
# Makefile for the network team driver
#
obj
-
$
(
CONFIG_NET_TEAM
)
+=
team
.
o
obj
-
$
(
CONFIG_NET_TEAM_MODE_ROUNDROBIN
)
+=
team_mode_roundrobin
.
o
obj
-
$
(
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP
)
+=
team_mode_activebackup
.
o