summaryrefslogtreecommitdiff
path: root/drivers/vdpa/pds/Makefile
diff options
context:
space:
mode:
authorShannon Nelson <shannon.nelson@amd.com>2023-05-20 00:56:29 +0300
committerMichael S. Tsirkin <mst@redhat.com>2023-06-27 17:47:09 +0300
commitc16d5a412ed4e0e6e0b02f69c2c65187869659f2 (patch)
treee0d2aec696999a4a654c74bf7ce90a5768786a60 /drivers/vdpa/pds/Makefile
parent94591894df81ce443b0696440b9198fda6615c45 (diff)
downloadlinux-c16d5a412ed4e0e6e0b02f69c2c65187869659f2.tar.xz
pds_vdpa: add vdpa config client commands
These are the adminq commands that will be needed for setting up and using the vDPA device. There are a number of commands defined in the FW's API, but by making use of the FW's virtio BAR we only need a few of these commands for vDPA support. Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20230519215632.12343-9-shannon.nelson@amd.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vdpa/pds/Makefile')
-rw-r--r--drivers/vdpa/pds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vdpa/pds/Makefile b/drivers/vdpa/pds/Makefile
index 13b50394ec64..2e22418e3ab3 100644
--- a/drivers/vdpa/pds/Makefile
+++ b/drivers/vdpa/pds/Makefile
@@ -4,6 +4,7 @@
obj-$(CONFIG_PDS_VDPA) := pds_vdpa.o
pds_vdpa-y := aux_drv.o \
+ cmds.o \
vdpa_dev.o
pds_vdpa-$(CONFIG_DEBUG_FS) += debugfs.o