mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Chelsio T4 SR-IOV Virtual Function Driver
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf.o
|
|
|
|
cxgb4vf-objs := cxgb4vf_main.o t4vf_hw.o sge.o
|