lkml.org 
[lkml]   [2021]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] vdpa: fix build dependency of VIRTIO_PCI_LIB
From
Date
On 3/12/21 1:36 AM, Jason Wang wrote:
> 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@infradead.org>
> Signed-off-by: Jason Wang <jasowang@redhat.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested


Thanks.

> ---
> 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/
>
>


--
~Randy

\
 
 \ /
  Last update: 2021-03-12 18:25    [W:0.195 / U:0.476 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site