Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
60d300c02fe2e0be9bb02904361e41e0307264b2
/
.
/
drivers
/
net
/
bonding
/
Makefile
blob: cf50384b469e9c83f8e3ed81c4258f706176e017 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#
2
# Makefile for the Ethernet Bonding driver
3
#
4
5
obj
-
$
(
CONFIG_BONDING
)
+=
bonding
.
o
6
7
bonding
-
objs
:=
bond_main
.
o bond_3ad
.
o bond_alb
.
o
8