Commit 661e9cd1 authored by Moon Hee Lee's avatar Moon Hee Lee Committed by Shuah Khan
Browse files

selftests/kexec: fix test_kexec_jump build

The test_kexec_jump program builds correctly when invoked from the top-level
selftests/Makefile, which explicitly sets the OUTPUT variable. However,
building directly in tools/testing/selftests/kexec fails with:

  make: *** No rule to make target '/test_kexec_jump', needed by 'test_kexec_jump.sh'.  Stop.

This failure occurs because the Makefile rule relies on $(OUTPUT), which is
undefined in direct builds.

Fix this by listing test_kexec_jump in TEST_GEN_PROGS, the standard way to
declare generated test binaries in the kselftest framework. This ensures the
binary is built regardless of invocation context and properly removed by
make clean.

Link: https://lore.kernel.org/r/20250702171704.22559-2-moonhee.lee.ca@gmail.com


Acked-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarMoon Hee Lee <moonhee.lee.ca@gmail.com>
Acked-by: default avatarBaoquan He <bhe@redhat.com>
Acked-by: default avatarDavid Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 07b7c2b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment