Sign in
gem5
/
arm
/
linux
/
26ec92871be1e6bd48d0be9ab38ee1ebbeea49f1
/
.
/
drivers
/
net
/
bonding
/
Makefile
blob: 4c21bf6b8b2f015abfaf77b414d3e5b7670026f2 [
file
]
#
# 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
)