Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
cb55bc5f1b7d7a5fd8bfc901bca0ed099ee0e1e9
/
.
/
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
)