From: Christoph Hellwig <hch@infradead.org>
To: Kuan-Wei Chiu <visitorckw@gmail.com>
Cc: akpm@linux-foundation.org, hch@infradead.org, llong@redhat.com,
xavier_qy@163.com, lizefan.x@bytedance.com, tj@kernel.org,
hannes@cmpxchg.org, mkoutny@suse.com, jserv@ccns.ncku.edu.tw,
linux-kernel@vger.kernel.org, cgroups@vger.kernel.org
Subject: Re: [PATCH] lib/Makefile: Make union-find compilation conditional on CONFIG_CPUSETS
Date: Thu, 10 Oct 2024 02:38:09 -0700 [thread overview]
Message-ID: <ZweggYOQtt5OUgHJ@infradead.org> (raw)
In-Reply-To: <20241009154022.2432662-1-visitorckw@gmail.com>
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/
next prev parent reply other threads:[~2024-10-10 9:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 15:40 [PATCH] lib/Makefile: Make union-find compilation conditional on CONFIG_CPUSETS Kuan-Wei Chiu
2024-10-09 16:43 ` Waiman Long
2024-10-09 16:44 ` Tejun Heo
2024-10-10 9:38 ` Christoph Hellwig [this message]
2024-10-11 14:12 ` [PATCH v2] " Kuan-Wei Chiu
2024-10-14 5:55 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZweggYOQtt5OUgHJ@infradead.org \
--to=hch@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=hannes@cmpxchg.org \
--cc=jserv@ccns.ncku.edu.tw \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan.x@bytedance.com \
--cc=llong@redhat.com \
--cc=mkoutny@suse.com \
--cc=tj@kernel.org \
--cc=visitorckw@gmail.com \
--cc=xavier_qy@163.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox