summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@nvidia.com>2026-05-14 19:04:44 +0300
committerAlex Williamson <alex@shazbot.org>2026-05-20 20:53:48 +0300
commita21b864bd951e452922dbd66747da24daca2b04f (patch)
tree5d947b67f1ac3358457d8de10567b5de0a0513bd /include/linux
parent5200f5f493f79f14bbdc349e402a40dfb32f23c8 (diff)
downloadlinux-a21b864bd951e452922dbd66747da24daca2b04f.tar.xz
vfio: selftests: Fix out-of-tree build with make O=
The test programs are compiled via a static pattern rule that requires intermediate .o files: $(TEST_GEN_PROGS): %: %.o $(LIBVFIO_O) After lib.mk prefixes TEST_GEN_PROGS with $(OUTPUT), this creates dependencies on .o files in the output directory (e.g. $(OUTPUT)/vfio_dma_mapping_test.o). However, there is no rule to compile these .o files from the source directory .c files when OUTPUT differs from the source directory. Add an explicit chain of pattern rules: $(OUTPUT)/% -> $(OUTPUT)/%.o -> %.c Following the same pattern already used in libvfio.mk for the library objects. Fixes: 19faf6fd969c ("vfio: selftests: Add a helper library for VFIO selftests") Reviewed-by: David Matlack <dmatlack@google.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/0-v2-4ccc247e6aff+1d93-vfio_st_make_o_jgg@nvidia.com Signed-off-by: Alex Williamson <alex@shazbot.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions