Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
pjt
/
linsched
/
linsched-alpha
/
.
/
drivers
/
net
/
team
/
Makefile
blob: 85f2028a87afb9d6442e8db74e6be156fbc632b7 [
file
]
#
# 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