mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 14:14:01 +08:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
|
#
|
||
|
# Chelsio T4 SR-IOV Virtual Function Driver
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o
|
||
|
|
||
|
cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o
|