Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e5137b50a0640009fd63a3e65c14bc6e1be8796a
/
.
/
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
)