3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Brooklyn/drivers/vdpa/Makefile

8 lines
244 B
Makefile
Raw Normal View History

2021-05-27 00:09:36 +05:00
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_VDPA) += vdpa.o
obj-$(CONFIG_VDPA_SIM) += vdpa_sim/
2021-10-02 21:09:28 +05:00
obj-$(CONFIG_VDPA_USER) += vdpa_user/
2021-05-27 00:09:36 +05:00
obj-$(CONFIG_IFCVF) += ifcvf/
obj-$(CONFIG_MLX5_VDPA) += mlx5/
2021-10-02 21:09:28 +05:00
obj-$(CONFIG_VP_VDPA) += virtio_pci/