eac236ea7b
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> -- Changes in v2: * Do not depend on "qemu-timer-common.o". * Use "$(obj)" in rules to refer to the build sub-directory. * Remove dependencies against "$(GENERATED_HEADERS)". Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
7 lines
93 B
C
7 lines
93 B
C
#ifndef TRACE_H
|
|
#define TRACE_H
|
|
|
|
#include "trace/generated-tracers.h"
|
|
|
|
#endif /* TRACE_H */
|