xen/build: remove unneeded enumeration in clean-files of xen/include/Makefile
authorJuergen Gross <jgross@suse.com>
Tue, 12 Jul 2022 13:25:35 +0000 (15:25 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 12 Jul 2022 13:25:35 +0000 (15:25 +0200)
commit033ae6f88be198b8f56043f94b7076b79b5e447e
tree3d45dd37874847eeec3f02e03853a957b2bb7ab0
parent134d53f577076d4f26091e25762f27cc3c73bf58
xen/build: remove unneeded enumeration in clean-files of xen/include/Makefile

Enumerating a file from $(targets) in $(clean-files) isn't needed.

Remove hypercall-defs.h and headers*.chk from $(clean-files) in
xen/include/Makefile.

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