Sign in
gfiber
/
kernel
/
prism
/
f8ea706f7168335e8712b24676eec4a006d924e3
/
.
/
drivers
/
net
/
bonding
/
Makefile
blob: 6f9c6faef24c4079741128e2e88f18c2cea3f979 [
file
] [
log
] [
blame
]
#
# Makefile for the Ethernet Bonding driver
#
obj
-
$
(
CONFIG_BONDING
)
+=
bonding
.
o
bonding
-
objs
:=
bond_main
.
o bond_3ad
.
o bond_alb
.
o bond_sysfs
.
o
ipv6
-
$
(
subst m
,
y
,
$
(
CONFIG_IPV6
))
+=
bond_ipv6
.
o
bonding
-
objs
+=
$
(
ipv6
-
y
)