diff options
| author | Yu Kuai <yukuai3@huawei.com> | 2025-07-07 09:27:11 +0800 |
|---|---|---|
| committer | Yu Kuai <yukuai3@huawei.com> | 2025-09-06 17:12:22 +0800 |
| commit | c27474ac1d4609af3c1c38ccac252c2575b47b9e (patch) | |
| tree | ec4eff9177433b308223a525d2e40e9afd1db4c9 /drivers/md/Makefile | |
| parent | 26292657add33b8cb627bd582e7097755e85a3ac (diff) | |
md/md-bitmap: introduce CONFIG_MD_BITMAP
Now that all implementations are internal, it's sensible to add a config
option for md-bitmap, and it's a good way for isolation.
Link: https://lore.kernel.org/linux-raid/20250707012711.376844-16-yukuai1@huaweicloud.com
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Xiao Ni <xni@redhat.com>
Diffstat (limited to 'drivers/md/Makefile')
| -rw-r--r-- | drivers/md/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile index 87bdfc9fe14c..2e18147a9c40 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile @@ -27,7 +27,8 @@ dm-clone-y += dm-clone-target.o dm-clone-metadata.o dm-verity-y += dm-verity-target.o dm-zoned-y += dm-zoned-target.o dm-zoned-metadata.o dm-zoned-reclaim.o -md-mod-y += md.o md-bitmap.o +md-mod-y += md.o +md-mod-$(CONFIG_MD_BITMAP) += md-bitmap.o raid456-y += raid5.o raid5-cache.o raid5-ppl.o linear-y += md-linear.o |
