mirror of https://gitee.com/openkylin/linux.git
5 lines
133 B
Makefile
5 lines
133 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-$(CONFIG_VDPA) += vdpa.o
|
||
|
obj-$(CONFIG_VDPA_SIM) += vdpa_sim/
|
||
|
obj-$(CONFIG_IFCVF) += ifcvf/
|