Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Ming Lei and committed by
Jens Axboe
a2ce1339 60cf8637

+2 -2
+2 -2
tools/testing/selftests/ublk/Makefile
··· 51 51 52 52 TEST_GEN_PROGS_EXTENDED = kublk 53 53 54 + LOCAL_HDRS += $(wildcard *.h) 54 55 include ../lib.mk 55 56 56 - $(TEST_GEN_PROGS_EXTENDED): kublk.c null.c file_backed.c common.c stripe.c \ 57 - fault_inject.c 57 + $(TEST_GEN_PROGS_EXTENDED): $(wildcard *.c) 58 58 59 59 check: 60 60 shellcheck -x -f gcc *.sh