repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm
[linux/fpc-iii.git]
/
drivers
/
net
/
bonding
/
Makefile
blob
4c21bf6b8b2f015abfaf77b414d3e5b7670026f2
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 bond_debugfs.o
8
9
proc-
$(
CONFIG_PROC_FS
) +=
bond_procfs.o
10
bonding-objs
+= $(
proc-y
)
11