Re: [PATCH 11/11] gpib: Add build rule for gpib to Makefile

From: Johan Hovold
Date: Mon Nov 10 2025 - 05:37:29 EST


On Mon, Nov 10, 2025 at 11:25:07AM +0100, Dave Penkler wrote:
> As part of the destaging of the gpib drivers we need to add the
> gpib rule to the main drivers Makefile.
>
> Signed-off-by: Dave Penkler <dpenkler@xxxxxxxxx>
> ---
> drivers/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/Makefile b/drivers/Makefile
> index 8e1ffa4358d5..d275b1526cdd 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -150,6 +150,7 @@ obj-$(CONFIG_VHOST_IOTLB) += vhost/
> obj-$(CONFIG_VHOST) += vhost/
> obj-$(CONFIG_GREYBUS) += greybus/
> obj-$(CONFIG_COMEDI) += comedi/
> +obj-$(CONFIG_GPIB) += gpib/

And similar here, fold it into the patch moving the first gpib bits out
of staging.

> obj-$(CONFIG_STAGING) += staging/
> obj-y += platform/

Johan