c16d5a412e
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>
11 lines
229 B
Makefile
11 lines
229 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright(c) 2023 Advanced Micro Devices, Inc
|
|
|
|
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
|