[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZweggYOQtt5OUgHJ@infradead.org>
Date: Thu, 10 Oct 2024 02:38:09 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Kuan-Wei Chiu <visitorckw@...il.com>
Cc: akpm@...ux-foundation.org, hch@...radead.org, llong@...hat.com,
xavier_qy@....com, lizefan.x@...edance.com, tj@...nel.org,
hannes@...xchg.org, mkoutny@...e.com, jserv@...s.ncku.edu.tw,
linux-kernel@...r.kernel.org, cgroups@...r.kernel.org
Subject: Re: [PATCH] lib/Makefile: Make union-find compilation conditional on
CONFIG_CPUSETS
On Wed, Oct 09, 2024 at 11:40:22PM +0800, Kuan-Wei Chiu wrote:
> nmi_backtrace.o win_minmax.o memcat_p.o \
> - buildid.o objpool.o union_find.o
> + buildid.o objpool.o
>
> +lib-$(CONFIG_CPUSETS) += union_find.o
The usual way would be to have a new symbol selected by
CPUSETS rather than hardcoding the user here in lib/
Powered by blists - more mailing lists