Skip to content

Commit

Permalink
cxgb4vf: Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver…
Browse files Browse the repository at this point in the history
… cxgb4vf

Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver "cxgb4vf".

Signed-off-by: Casey Leedom
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Casey Leedom authored and David S. Miller committed Jun 29, 2010
1 parent be839e3 commit 84c6ade
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/net/cxgb4vf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Chelsio T4 SR-IOV Virtual Function Driver
#

obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o

cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o

0 comments on commit 84c6ade

Please sign in to comment.