summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vdpa/Makefile')
-rw-r--r--drivers/vdpa/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/vdpa/Makefile b/drivers/vdpa/Makefile
new file mode 100644
index 000000000..d160e9b63
--- /dev/null
+++ b/drivers/vdpa/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_VDPA) += vdpa.o
+obj-$(CONFIG_VDPA_SIM) += vdpa_sim/
+obj-$(CONFIG_IFCVF) += ifcvf/
+obj-$(CONFIG_MLX5_VDPA) += mlx5/