mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00: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:
committed by
Anthony Liguori
parent
6265e4ff32
commit
eac236ea7b
@ -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:
|
||||
|
Reference in New Issue
Block a user