[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aRHAVCxtOBNIDlk5@hovoldconsulting.com>
Date: Mon, 10 Nov 2025 11:37:08 +0100
From: Johan Hovold <johan@...nel.org>
To: Dave Penkler <dpenkler@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 11/11] gpib: Add build rule for gpib to Makefile
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@...il.com>
> ---
> 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
Powered by blists - more mailing lists