Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
02ec19c82e87e3748d326ca5e15e7ddb18c73476
/
.
/
drivers
/
net
/
bonding
/
Makefile
blob: 0e2737eac8b7e3d7360fd392020d8c9b3acefa52 [
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 bond_debugfs
.
o
ipv6
-
$
(
subst m
,
y
,
$
(
CONFIG_IPV6
))
+=
bond_ipv6
.
o
bonding
-
objs
+=
$
(
ipv6
-
y
)