diff options
author | Kuan-Wei Chiu <[email protected]> | 2024-10-11 22:12:14 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-05 17:12:32 -0800 |
commit | bf9850f6ea3577a099b0ed43f6e19ca43ef08704 (patch) | |
tree | 1a75208b698f9d72382fe33cfbab0f88a3893a97 /scripts/gdb/linux/lists.py | |
parent | 8801c35c3672c8492824f5d3c4d3b37f43ed63c3 (diff) |
lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETS
Currently, cpuset is the only user of the union-find implementation.
Compiling union-find in all configurations unnecessarily increases the
code size when building the kernel without cgroup support. Modify the
build system to compile union-find only when CONFIG_CPUSETS is enabled.
Link: https://lore.kernel.org/lkml/[email protected]/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Kuan-Wei Chiu <[email protected]>
Suggested-by: Waiman Long <[email protected]>
Acked-by: Waiman Long <[email protected]>
Acked-by: Tejun Heo <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Ching-Chun (Jim) Huang <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Koutný <[email protected]>
Cc: Xavier <[email protected]>
Cc: Zefan Li <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions