diff options
author | Casey Leedom <leedom@chelsio.com> | 2010-06-25 12:14:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-28 23:59:37 -0700 |
commit | 84c6ade7a7542a42dd9a0e804b7aee05041570ce (patch) | |
tree | 9969e83ddf02fdeb24fa9a1aa9cbdfc48b3d3b5f /drivers | |
parent | be839e391725d7f3a61714530d0e90d7a773a871 (diff) | |
download | blackbird-obmc-linux-84c6ade7a7542a42dd9a0e804b7aee05041570ce.tar.gz blackbird-obmc-linux-84c6ade7a7542a42dd9a0e804b7aee05041570ce.zip |
cxgb4vf: Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver 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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/cxgb4vf/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/cxgb4vf/Makefile b/drivers/net/cxgb4vf/Makefile new file mode 100644 index 000000000000..d72ee26cb4c7 --- /dev/null +++ b/drivers/net/cxgb4vf/Makefile @@ -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 |