[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210312093633.3948-1-jasowang@redhat.com>
Date: Fri, 12 Mar 2021 17:36:33 +0800
From: Jason Wang <jasowang@...hat.com>
To: jasowang@...hat.com, mst@...hat.com
Cc: linux-kernel@...r.kernel.org, Randy Dunlap <rdunlap@...radead.org>
Subject: [PATCH] vdpa: fix build dependency of VIRTIO_PCI_LIB
The modern PCI device module should be built independently without
VIRTIO. This patch fixes this.
Fixes: 7075992ba8873(“vdpa: introduce virtio pci driver")
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Jason Wang <jasowang@...hat.com>
---
drivers/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/Makefile b/drivers/Makefile
index fd11b9ac4cc3..911ee117def4 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -42,6 +42,7 @@ obj-$(CONFIG_DMADEVICES) += dma/
obj-y += soc/
obj-$(CONFIG_VIRTIO) += virtio/
+obj-$(CONFIG_VIRTIO_PCI_LIB) += virtio/
obj-$(CONFIG_VDPA) += vdpa/
obj-$(CONFIG_XEN) += xen/
--
2.25.1
Powered by blists - more mailing lists