Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3fac6cf35806f099fad956d7b4ca76eebb26297e
/
.
/
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
)