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)
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

index 39d9f5556c68664f61d2e38c85e6c0d9cfeee6f1..65d61fc7f465cd453f106c7b1d9192a1e11b94bb 100644 (file)
@@ -224,5 +224,5 @@ lib-x86-all:
 all: lib-x86-all
 endif
 
-clean-files := compat config generated headers*.chk xen/lib/x86/cpuid-autogen.h
-clean-files += xen/hypercall-defs.h hypercall-defs.i
+clean-files := compat config generated xen/lib/x86/cpuid-autogen.h
+clean-files += hypercall-defs.i