mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-29 21:44:13 +00:00
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>
7 lines
190 B
Makefile
7 lines
190 B
Makefile
# 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
|