summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vdpa/vdpa_sim/Makefile')
-rw-r--r--drivers/vdpa/vdpa_sim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/vdpa/vdpa_sim/Makefile b/drivers/vdpa/vdpa_sim/Makefile
new file mode 100644
index 000000000..d45810330
--- /dev/null
+++ b/drivers/vdpa/vdpa_sim/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_VDPA_SIM) += vdpa_sim.o
+obj-$(CONFIG_VDPA_SIM_NET) += vdpa_sim_net.o
+obj-$(CONFIG_VDPA_SIM_BLOCK) += vdpa_sim_blk.o