diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-02-15 10:23:00 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-11 16:33:49 +0100 |
commit | 74970d35b43036c4dbfaf4c8bef8517c2b1ec6aa (patch) | |
tree | 0bd586348347d3455f90b14fcbd66939fc96a6ee /Makefile.target | |
parent | f72036fad423a5c8135d3ea3c8ad6c4cc3191df4 (diff) |
build: clean trace/generated-helpers.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 441ace6369..d8048aab8f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -222,6 +222,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 |