Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- Makefile.target | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.target b/Makefile.target index 06b44c0..2904910 100644 --- a/Makefile.target +++ b/Makefile.target @@ -221,6 +221,7 @@ clean: clean-target rm -f *.a *~ $(PROGS) rm -f $(shell find . -name '*.[od]') rm -f hmp-commands.h gdbstub-xml.c + rm -f trace/generated-helpers.c trace/generated-helpers.c-timestamp ifdef CONFIG_TRACE_SYSTEMTAP rm -f *.stp endif -- 1.8.3.1