]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/ublk: fix Makefile to rebuild on header changes
authorMing Lei <ming.lei@redhat.com>
Tue, 23 Dec 2025 03:27:42 +0000 (11:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 28 Dec 2025 16:25:26 +0000 (09:25 -0700)
commita2ce133969175d36d708b7c76536b375d0522e53
tree1c99594c20c78e115c9e69c947d378f7d3a27e75
parent60cf863720308ab89ce2fdafea7fcb2cefd9c144
selftests/ublk: fix Makefile to rebuild on header changes

Add header dependencies to kublk build rule so that changes to
kublk.h, ublk_dep.h, or utils.h trigger a rebuild.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/Makefile