xref: /openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/Makefile (revision ea47eed33a3fe3d919e6e3cf4e4eb5507b817188)
1#
2# Chelsio T4 SR-IOV Virtual Function Driver
3#
4
5obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o
6
7cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o
8