mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
build: Use separate makefile for "trace/"
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>
This commit is contained in:
parent
6265e4ff32
commit
eac236ea7b
7 changed files with 97 additions and 76 deletions
|
@ -37,7 +37,7 @@ def c(events):
|
|||
|
||||
|
||||
def h(events):
|
||||
out('#include "trace-dtrace.h"',
|
||||
out('#include "trace/generated-tracers-dtrace.h"',
|
||||
'')
|
||||
|
||||
for e in events:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue