repo.or.cz
/
cor_2_6_31.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
credit system, reverse_connid_table insert bugfix
[cor_2_6_31.git]
/
drivers
/
net
/
bonding
/
Makefile
blob
6f9c6faef24c4079741128e2e88f18c2cea3f979
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 bond_sysfs.o
8
9
ipv6-
$(
subst
m
,
y
,$(
CONFIG_IPV6
)) +=
bond_ipv6.o
10
bonding-objs
+= $(
ipv6-y
)
11