Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
03c2d87a2112a6548aa3f9635e76d3611c3df53c
/
.
/
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
)