projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/home/romie...
[linux-2.6]
/
drivers
/
net
/
chelsio
/
Makefile
1
#
2
# Chelsio T1 driver
3
#
4
5
obj-$(CONFIG_CHELSIO_T1) += cxgb.o
6
7
cxgb-$(CONFIG_CHELSIO_T1_1G) += ixf1010.o mac.o mv88e1xxx.o vsc7326.o vsc8244.o
8
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \
9
mv88x201x.o my3126.o $(cxgb-y)
10
11