Sign in
googlers
/
maze
/
linux
/
9e23311345135083f6074b280de1e6dc5eee1f68
/
.
/
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
)