]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dm vdo: use a proper Makefile for dm-vdo
authorMike Snitzer <snitzer@kernel.org>
Sat, 27 Jan 2024 02:18:33 +0000 (21:18 -0500)
committerMike Snitzer <snitzer@kernel.org>
Tue, 20 Feb 2024 18:43:17 +0000 (13:43 -0500)
commitf36b1d3ba533d21b5b793623f05761b0297d114e
tree71bbacf45080a04299637da85f7cad495af0eedc
parent4c79d55678b8bf993cb94c6181180997112bb353
dm vdo: use a proper Makefile for dm-vdo

Requires moving dm-vdo-target.c into drivers/md/dm-vdo/

This change adds a proper drivers/md/dm-vdo/Makefile and eliminates
the abnormal use of patsubst in drivers/md/Makefile -- which was the
cause of at least one build failure that was reported by the upstream
build bot.

Also, split out VDO's drivers/md/dm-vdo/Kconfig and include it from
drivers/md/Kconfig

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
MAINTAINERS
drivers/md/Kconfig
drivers/md/Makefile
drivers/md/dm-vdo/Kconfig [new file with mode: 0644]
drivers/md/dm-vdo/Makefile [new file with mode: 0644]
drivers/md/dm-vdo/dm-vdo-target.c [moved from drivers/md/dm-vdo-target.c with 99% similarity]