aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa/pds/Makefile
diff options
context:
space:
mode:
authorGravatar Shannon Nelson <shannon.nelson@amd.com> 2023-05-19 14:56:27 -0700
committerGravatar Michael S. Tsirkin <mst@redhat.com> 2023-06-27 10:47:08 -0400
commit25d1270b6e9ea893c2fe19a4bd52ebfde22812f4 (patch)
treedbca1c807082f4a06ba35cd0073e0aa4864e9917 /drivers/vdpa/pds/Makefile
parentpds_vdpa: new adminq entries (diff)
downloadlinux-25d1270b6e9ea893c2fe19a4bd52ebfde22812f4.tar.gz
linux-25d1270b6e9ea893c2fe19a4bd52ebfde22812f4.tar.bz2
linux-25d1270b6e9ea893c2fe19a4bd52ebfde22812f4.zip
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