projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile
[linux-2.6]
/
drivers
/
staging
/
benet
/
Makefile
1
#
2
# Makefile to build the network driver for ServerEngine's BladeEngine
3
#
4
obj-$(CONFIG_BENET) += benet.o
5
6
benet-y := be_init.o \
7
be_int.o \
8
be_netif.o \
9
be_ethtool.o \
10
funcobj.o \
11
cq.o \
12
eq.o \
13
mpu.o \
14
eth.o