[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YsWI76LAfPgc1Eok@infradead.org>
Date: Wed, 6 Jul 2022 06:06:55 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Sergei Shtepa <sergei.shtepa@...am.com>
Cc: axboe@...nel.dk, linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 19/20] block, blksnap: Makefile
On Mon, Jun 13, 2022 at 06:53:12PM +0300, Sergei Shtepa wrote:
> +# SPDX-License-Identifier: GPL-2.0
> +KERNEL_MODULE_NAME := blksnap
Just drop this define.
> +obj-m += $(KERNEL_MODULE_NAME).o
and this should be
obj-$(CONFIG_BLK_SNAP) += ..
Powered by blists - more mailing lists