diff options
Diffstat (limited to 'drivers/net/cxgb4vf')
-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 @@ | |||
1 | # | ||
2 | # Chelsio T4 SR-IOV Virtual Function Driver | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o | ||
6 | |||
7 | cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o | ||