summaryrefslogtreecommitdiff
path: root/drivers/vdpa/solidrun/Makefile
diff options
context:
space:
mode:
authorAlvaro Karsz <alvaro.karsz@solid-run.com>2023-01-10 19:56:38 +0300
committerMichael S. Tsirkin <mst@redhat.com>2023-02-21 03:26:56 +0300
commit51a8f9d7f587290944d6fc733d1f897091c63159 (patch)
tree3b27549a9f3356bee1a5369977aa66630fd7ca77 /drivers/vdpa/solidrun/Makefile
parentd089d69cc1f824936eeaa4fa172f8fa1a0949eaa (diff)
downloadlinux-51a8f9d7f587290944d6fc733d1f897091c63159.tar.xz
virtio: vdpa: new SolidNET DPU driver.
This commit includes: 1) The driver to manage the controlplane over vDPA bus. 2) A HW monitor device to read health values from the DPU. Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Acked-by: Jason Wang <jasowang@redhat.com> Message-Id: <20230110165638.123745-4-alvaro.karsz@solid-run.com> Message-Id: <20230209075128.78915-1-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vdpa/solidrun/Makefile')
-rw-r--r--drivers/vdpa/solidrun/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/vdpa/solidrun/Makefile b/drivers/vdpa/solidrun/Makefile
new file mode 100644
index 000000000000..c0aa3415bf7b
--- /dev/null
+++ b/drivers/vdpa/solidrun/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_SNET_VDPA) += snet_vdpa.o
+snet_vdpa-$(CONFIG_SNET_VDPA) += snet_main.o
+ifdef CONFIG_HWMON
+snet_vdpa-$(CONFIG_SNET_VDPA) += snet_hwmon.o
+endif