Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9fe0617d9b6d21f700ee9e658e1c9fe3be2fb402
/
.
/
drivers
/
net
/
bonding
/
Makefile
blob: 4c21bf6b8b2f015abfaf77b414d3e5b7670026f2 [
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
proc
-
$
(
CONFIG_PROC_FS
)
+=
bond_procfs
.
o
bonding
-
objs
+=
$
(
proc
-
y
)