summaryrefslogtreecommitdiff
path: root/drivers/vdpa/pds/Makefile
diff options
context:
space:
mode:
authorShannon Nelson <shannon.nelson@amd.com>2023-05-20 00:56:27 +0300
committerMichael S. Tsirkin <mst@redhat.com>2023-06-27 17:47:08 +0300
commit25d1270b6e9ea893c2fe19a4bd52ebfde22812f4 (patch)
treedbca1c807082f4a06ba35cd0073e0aa4864e9917 /drivers/vdpa/pds/Makefile
parente0c6de13ff87b917407e8c817c1007c3dc7ece6f (diff)
downloadlinux-25d1270b6e9ea893c2fe19a4bd52ebfde22812f4.tar.xz
pds_vdpa: get vdpa management info
Find the vDPA management information from the DSC in order to advertise it to the vdpa subsystem. Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20230519215632.12343-7-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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/vdpa/pds/Makefile b/drivers/vdpa/pds/Makefile
index a9cd2f450ae1..13b50394ec64 100644
--- a/drivers/vdpa/pds/Makefile
+++ b/drivers/vdpa/pds/Makefile
@@ -3,6 +3,7 @@
obj-$(CONFIG_PDS_VDPA) := pds_vdpa.o
-pds_vdpa-y := aux_drv.o
+pds_vdpa-y := aux_drv.o \
+ vdpa_dev.o
pds_vdpa-$(CONFIG_DEBUG_FS) += debugfs.o