On Fri, 2023-10-27 at 00:54 +0000, Oliver Upton wrote: > The 'prepare' target that generates the arm64 sysreg headers had no > prerequisites, so it wound up forcing a rebuild of all KVM selftests > each invocation. Add a rule for the generated headers and just have > dependents use that for a prerequisite. > > Reported-by: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx> > Fixes: 9697d84cc3b6 ("KVM: selftests: Generate sysreg-defs.h and add to include path") > Signed-off-by: Oliver Upton <oliver.upton@xxxxxxxxx> Tested-by: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx>