include: correct re-building conditions around hypercall-defs.h
authorJan Beulich <jbeulich@suse.com>
Mon, 25 Jul 2022 13:46:21 +0000 (15:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 25 Jul 2022 13:46:21 +0000 (15:46 +0200)
commitf1c719d5cd8ab4d5d4c8df139b9df3c2c47221d1
tree9c550e012fa27aa5db801cf52be7c291cccbbe18
parente625ddee2767eadaac48d17184f231e9874b4d4b
include: correct re-building conditions around hypercall-defs.h

For a .cmd file to be picked up, the respective target needs to be
listed in $(targets). This wasn't the case for hypercall-defs.i, leading
to permanent re-building even on an entirely unchanged tree (because of
the command apparently having changed).

In exchange the target doesn't need naming in $(clean-files) anymore.

Fixes: eca1f00d0227 ("xen: generate hypercall interface related code")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
xen/include/Makefile