Skip to content

Commit

Permalink
cxgb4: Add main driver file and driver Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Apr 2, 2010
1 parent 625ba2c commit b8ff05a
Show file tree
Hide file tree
Showing 2 changed files with 3,395 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/net/cxgb4/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Chelsio T4 driver
#

obj-$(CONFIG_CHELSIO_T4) += cxgb4.o

cxgb4-objs := cxgb4_main.o l2t.o t4_hw.o sge.o
Loading

0 comments on commit b8ff05a

Please sign in to comment.